#67A134

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

Shades of Limeade #67A134

Tints of Limeade #67A134

Color information

#67A134 (or 0x67A134) is unknown color: approx Limeade. HEX triplet: 67, A1 and 34. RGB value is (103,161,52). Sum of RGB (Red+Green+Blue) = 103+161+52=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #67A134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A134 is #985ECB. Grayscale: #838383. Windows color (decimal): -9985740 or 3449191. OLE color: 3449191.

HSL color Cylindrical-coordinate representation of color #67A134: hue angle of 91.93º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67A134 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB10316152-
CMYK0.3600.680.37
HSL91.93º51.17%41.76%-
HSV(B)91.93º67.7%63.14%-
XYZ18.9628.627.77-
YUV131.2383.28107.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.59%
GREEN value IS 161 (63.28% from 255) = 50.95%
BLUE value IS 52 (20.70% from 255) = 16.46%
R=32.59%
G=50.95%
B=16.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal103161520.3600.680.3791.9351.1741.76
Hex67A13424044255c332a
Octal14724164440104451346352
Binary110011110100001110100100100010001001001011011100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,161,52); }

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

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

 a { background-color: rgb(103,161,52); }

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

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

 span { border-color: rgb(103,161,52); }

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