#086918

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

Shades of Green #086918

Tints of Green #086918

Color information

#086918 (or 0x086918) is unknown color: approx Green. HEX triplet: 08, 69 and 18. RGB value is (8,105,24). Sum of RGB (Red+Green+Blue) = 8+105+24=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 105 (41.41% from 255 or 76.64% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 105 - color contains mainly: green. Hex color #086918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086918 is #F796E7. Grayscale: #424242. Windows color (decimal): -16226024 or 1599752. OLE color: 1599752.

HSL color Cylindrical-coordinate representation of color #086918: hue angle of 129.9º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086918 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB810524-
CMYK0.9200.770.59
HSL129.9º85.84%22.16%-
HSV(B)129.9º92.38%41.18%-
XYZ5.3210.222.56-
YUV66.76103.8686.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 105 (41.41% from 255) = 76.64%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=5.84%
G=76.64%
B=17.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8105240.9200.770.59129.985.8422.16
Hex869185C04D3B825616
Octal101513013401157320212626
Binary100011010011100010111000100110111101110000010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086918; }

 p { color: rgb(8,105,24); }

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

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

 a { background-color: rgb(8,105,24); }

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

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

 span { border-color: rgb(8,105,24); }

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