Html Css Color HEX #086F04 Green

📋 copy color: '#086F04'

red 8 ◦ green 111 ◦ blue 4

#086F04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #086F04

Tints of Green #086F04

RGB

 RED value IS 8 (3.52% from 255) = 6.5%

 GREEN value IS 111 (43.75% from 255) = 90.24%

 BLUE value IS 4 (1.95% from 255) = 3.25%

R = 6.5%
G = 90.24%
B = 3.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#086F04 (or 0x086F04) is known color: Green. HEX triplet: 08, 6F and 04. RGB value is (8,111,4). Sum of RGB (Red+Green+Blue) = 8+111+4=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 111 (43.75% from 255 or 90.24% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 111 - color contains mainly: green. Hex color #086F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086F04 is #F790FB. Grayscale: #444444. Windows color (decimal): -16224508 or 290568. OLE color: 290568.

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

Color convert

RGB 8 111 4 -
CMYK 0.93 0 0.96 0.56
HSL 117.76º 0.93% 0.23% -
HSV(B) 117.76º 0.96% 0.44% -
XYZ 5.81 11.43 2.01 -
YUV 68.01 91.88 85.2 -
System Red Green Blue C M Y K H S L
Decimal 8 111 4 0.93 0 0.96 0.56 117.76 0.93 0.23
Hex 8 6F 4 5D 0 60 38 76 5D 17
Octal 10 157 4 135 0 140 70 166 135 27
Binary 1000 1101111 100 1011101 0 1100000 111000 1110110 1011101 10111

Color Harmonies of #086F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F04

Black with #086F04

Text Example


Text Example

White with #086F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #086F04;
 }
 .AnyTagClassName
 {
   color: #086F04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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