#67A329

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

Shades of Limeade #67A329

Tints of Limeade #67A329

Color information

#67A329 (or 0x67A329) is unknown color: approx Limeade. HEX triplet: 67, A3 and 29. RGB value is (103,163,41). Sum of RGB (Red+Green+Blue) = 103+163+41=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #67A329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A329 is #985CD6. Grayscale: #838383. Windows color (decimal): -9985239 or 2728807. OLE color: 2728807.

HSL color Cylindrical-coordinate representation of color #67A329: hue angle of 89.51º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67A329 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB10316341-
CMYK0.3700.750.36
HSL89.51º59.8%40%-
HSV(B)89.51º74.85%63.92%-
XYZ19.0929.246.74-
YUV131.1577.12107.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.55%
GREEN value IS 163 (64.06% from 255) = 53.09%
BLUE value IS 41 (16.41% from 255) = 13.36%
R=33.55%
G=53.09%
B=13.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal103163410.3700.750.3689.5159.840
Hex67A3292504B245a3c28
Octal14724351450113441327450
Binary110011110100011101001100101010010111001001011010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,163,41); }

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

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

 a { background-color: rgb(103,163,41); }

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

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

 span { border-color: rgb(103,163,41); }

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