#67A037

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

Shades of Limeade #67A037

Tints of Limeade #67A037

Color information

#67A037 (or 0x67A037) is unknown color: approx Limeade. HEX triplet: 67, A0 and 37. RGB value is (103,160,55). Sum of RGB (Red+Green+Blue) = 103+160+55=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #67A037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A037 is #985FC8. Grayscale: #838383. Windows color (decimal): -9985993 or 3645543. OLE color: 3645543.

HSL color Cylindrical-coordinate representation of color #67A037: hue angle of 92.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67A037 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB10316055-
CMYK0.3600.660.37
HSL92.57º48.84%42.16%-
HSV(B)92.57º65.62%62.75%-
XYZ18.8528.38.08-
YUV130.9985.12108.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.39%
GREEN value IS 160 (62.89% from 255) = 50.31%
BLUE value IS 55 (21.88% from 255) = 17.30%
R=32.39%
G=50.31%
B=17.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal103160550.3600.660.3792.5748.8442.16
Hex67A03724042255d312a
Octal14724067440102451356152
Binary110011110100000110111100100010000101001011011101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,160,55); }

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

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

 a { background-color: rgb(103,160,55); }

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

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

 span { border-color: rgb(103,160,55); }

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