#67A52A

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

Shades of Limeade #67A52A

Tints of Limeade #67A52A

Color information

#67A52A (or 0x67A52A) is unknown color: approx Limeade. HEX triplet: 67, A5 and 2A. RGB value is (103,165,42). Sum of RGB (Red+Green+Blue) = 103+165+42=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 165 (64.84% from 255 or 53.23% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 165 - color contains mainly: green. Hex color #67A52A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A52A is #985AD5. Grayscale: #848484. Windows color (decimal): -9984726 or 2794855. OLE color: 2794855.

HSL color Cylindrical-coordinate representation of color #67A52A: hue angle of 90.24º degrees, saturation: 0.59, 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 #67A52A is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB10316542-
CMYK0.3800.750.35
HSL90.24º59.42%40.59%-
HSV(B)90.24º74.55%64.71%-
XYZ19.4729.966.95-
YUV132.4476.96107-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.23%
GREEN value IS 165 (64.84% from 255) = 53.23%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=33.23%
G=53.23%
B=13.55%

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
Decimal103165420.3800.750.3590.2459.4240.59
Hex67A52A2604B235a3b29
Octal14724552460113431327351
Binary110011110100101101010100110010010111000111011010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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