#086704

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

Shades of Green #086704

Tints of Green #086704

Color information

#086704 (or 0x086704) is unknown color: approx Green. HEX triplet: 08, 67 and 04. RGB value is (8,103,4). Sum of RGB (Red+Green+Blue) = 8+103+4=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 103 (40.62% from 255 or 89.57% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 103 - color contains mainly: green. Hex color #086704 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086704 is #F798FB. Grayscale: #3F3F3F. Windows color (decimal): -16226556 or 288520. OLE color: 288520.

HSL color Cylindrical-coordinate representation of color #086704: hue angle of 117.58º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086704 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB81034-
CMYK0.9200.960.60
HSL117.58º92.52%20.98%-
HSV(B)117.58º96.12%40.39%-
XYZ4.979.761.74-
YUV63.3194.5388.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 103 (40.62% from 255) = 89.57%
BLUE value IS 4 (1.95% from 255) = 3.48%
R=6.96%
G=89.57%
B=3.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal810340.9200.960.60117.5892.5220.98
Hex86745C0603C765d15
Octal10147413401407416613525
Binary100011001111001011100011000001111001110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086704; }

 p { color: rgb(8,103,4); }

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

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

 a { background-color: rgb(8,103,4); }

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

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

 span { border-color: rgb(8,103,4); }

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