#67A62A

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

Shades of Limeade #67A62A

Tints of Limeade #67A62A

Color information

#67A62A (or 0x67A62A) is unknown color: approx Limeade. HEX triplet: 67, A6 and 2A. RGB value is (103,166,42). Sum of RGB (Red+Green+Blue) = 103+166+42=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #67A62A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A62A is #9859D5. Grayscale: #858585. Windows color (decimal): -9984470 or 2795111. OLE color: 2795111.

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

Color convert

RGB10316642-
CMYK0.3800.750.35
HSL90.48º59.62%40.78%-
HSV(B)90.48º74.7%65.1%-
XYZ19.6530.327.01-
YUV133.0376.63106.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.12%
GREEN value IS 166 (65.23% from 255) = 53.38%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=33.12%
G=53.38%
B=13.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal103166420.3800.750.3590.4859.6240.78
Hex67A62A2604B235a3c29
Octal14724652460113431327451
Binary110011110100110101010100110010010111000111011010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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