#67A52F

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

Shades of Limeade #67A52F

Tints of Limeade #67A52F

Color information

#67A52F (or 0x67A52F) is unknown color: approx Limeade. HEX triplet: 67, A5 and 2F. RGB value is (103,165,47). Sum of RGB (Red+Green+Blue) = 103+165+47=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #67A52F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A52F is #985AD0. Grayscale: #858585. Windows color (decimal): -9984721 or 3122535. OLE color: 3122535.

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

Color convert

RGB10316547-
CMYK0.3800.720.35
HSL91.53º55.66%41.57%-
HSV(B)91.53º71.52%64.71%-
XYZ19.56307.45-
YUV133.0179.46106.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.70%
GREEN value IS 165 (64.84% from 255) = 52.38%
BLUE value IS 47 (18.75% from 255) = 14.92%
R=32.70%
G=52.38%
B=14.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal103165470.3800.720.3591.5355.6641.57
Hex67A52F26048235c382a
Octal14724557460110431347052
Binary110011110100101101111100110010010001000111011100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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