#086B04

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

Shades of Green #086B04

Tints of Green #086B04

Color information

#086B04 (or 0x086B04) is unknown color: approx Green. HEX triplet: 08, 6B and 04. RGB value is (8,107,4). Sum of RGB (Red+Green+Blue) = 8+107+4=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 107 (42.19% from 255 or 89.92% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 107 - color contains mainly: green. Hex color #086B04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086B04 is #F794FB. Grayscale: #414141. Windows color (decimal): -16225532 or 289544. OLE color: 289544.

HSL color Cylindrical-coordinate representation of color #086B04: hue angle of 117.67º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086B04 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB81074-
CMYK0.9300.960.58
HSL117.67º92.79%21.76%-
HSV(B)117.67º96.26%41.96%-
XYZ5.3810.581.87-
YUV65.6693.286.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 107 (42.19% from 255) = 89.92%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=6.72%
G=89.92%
B=3.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal810740.9300.960.58117.6792.7921.76
Hex86B45D0603A765d16
Octal10153413501407216613526
Binary100011010111001011101011000001110101110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086B04; }

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

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

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

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

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

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

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

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