#67A934

Color #67A934 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #67A934

Tints of Limeade #67A934

Color information

#67A934 (or 0x67A934) is unknown color: approx Limeade. HEX triplet: 67, A9 and 34. RGB value is (103,169,52). Sum of RGB (Red+Green+Blue) = 103+169+52=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #67A934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A934 is #9856CB. Grayscale: #888888. Windows color (decimal): -9983692 or 3451239. OLE color: 3451239.

HSL color Cylindrical-coordinate representation of color #67A934: hue angle of 93.85º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67A934 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB10316952-
CMYK0.3900.690.34
HSL93.85º52.94%43.33%-
HSV(B)93.85º69.23%66.27%-
XYZ20.431.518.26-
YUV135.9380.63104.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 31.79%
GREEN value IS 169 (66.41% from 255) = 52.16%
BLUE value IS 52 (20.70% from 255) = 16.05%
R=31.79%
G=52.16%
B=16.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal103169520.3900.690.3493.8552.9443.33
Hex67A93427045225e352b
Octal14725164470105421366553
Binary110011110101001110100100111010001011000101011110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67A934; }

 p { color: rgb(103,169,52); }

 H1.HeaderClassName
 {
   color: #67A934;
 }
 .AnyTagClassName
 {
   color: #67A934;
 }
</style>
background-color css

<style>
 a { background-color: #67A934; }

 a { background-color: rgb(103,169,52); }

 div.DivClassName
 {
   background-color: #67A934;
 }
 .BgClassName
 {
   background-color: #67A934;
 }
</style>
border-color css

<style>
 span { border-color: #67A934; }

 span { border-color: rgb(103,169,52); }

 td.TdClassName
 {
   border-color: #67A934;
 }
 .TagClassName
 {
   border-color: #67A934;
 }
</style>