#168612

Color #168612 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #168612

Tints of Forest Green #168612

Color information

#168612 (or 0x168612) is unknown color: approx Forest Green. HEX triplet: 16, 86 and 12. RGB value is (22,134,18). Sum of RGB (Red+Green+Blue) = 22+134+18=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 134 (52.73% from 255 or 77.01% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 134 - color contains mainly: green. Hex color #168612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168612 is #E979ED. Grayscale: #575757. Windows color (decimal): -15301102 or 1213974. OLE color: 1213974.

HSL color Cylindrical-coordinate representation of color #168612: hue angle of 117.93º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #168612 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB2213418-
CMYK0.8400.870.47
HSL117.93º76.32%29.8%-
HSV(B)117.93º86.57%52.55%-
XYZ8.9717.263.43-
YUV87.2988.8981.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.64%
GREEN value IS 134 (52.73% from 255) = 77.01%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=12.64%
G=77.01%
B=10.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22134180.8400.870.47117.9376.3229.8
Hex168612540572F764c1e
Octal262062212401275716611436
Binary1011010000110100101010100010101111011111110110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168612; }

 p { color: rgb(22,134,18); }

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

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

 a { background-color: rgb(22,134,18); }

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

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

 span { border-color: rgb(22,134,18); }

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