#67A62C

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

Shades of Limeade #67A62C

Tints of Limeade #67A62C

Color information

#67A62C (or 0x67A62C) is unknown color: approx Limeade. HEX triplet: 67, A6 and 2C. RGB value is (103,166,44). Sum of RGB (Red+Green+Blue) = 103+166+44=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #67A62C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A62C is #9859D3. Grayscale: #858585. Windows color (decimal): -9984468 or 2926183. OLE color: 2926183.

HSL color Cylindrical-coordinate representation of color #67A62C: hue angle of 90.98º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67A62C is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB10316644-
CMYK0.3800.730.35
HSL90.98º58.1%41.18%-
HSV(B)90.98º73.49%65.1%-
XYZ19.6830.347.2-
YUV133.2577.63106.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.91%
GREEN value IS 166 (65.23% from 255) = 53.04%
BLUE value IS 44 (17.58% from 255) = 14.06%
R=32.91%
G=53.04%
B=14.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal103166440.3800.730.3590.9858.141.18
Hex67A62C26049235b3a29
Octal14724654460111431337251
Binary110011110100110101100100110010010011000111011011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,166,44); }

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

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

 a { background-color: rgb(103,166,44); }

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

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

 span { border-color: rgb(103,166,44); }

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