#67A13B

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

Shades of Limeade #67A13B

Tints of Limeade #67A13B

Color information

#67A13B (or 0x67A13B) is unknown color: approx Limeade. HEX triplet: 67, A1 and 3B. RGB value is (103,161,59). Sum of RGB (Red+Green+Blue) = 103+161+59=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #67A13B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A13B is #985EC4. Grayscale: #848484. Windows color (decimal): -9985733 or 3907943. OLE color: 3907943.

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

Color convert

RGB10316159-
CMYK0.3600.630.37
HSL94.12º46.36%43.14%-
HSV(B)94.12º63.35%63.14%-
XYZ19.1328.698.67-
YUV132.0386.78107.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.89%
GREEN value IS 161 (63.28% from 255) = 49.85%
BLUE value IS 59 (23.44% from 255) = 18.27%
R=31.89%
G=49.85%
B=18.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal103161590.3600.630.3794.1246.3643.14
Hex67A13B2403F255e2e2b
Octal1472417344077451365653
Binary11001111010000111101110010001111111001011011110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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