Html Css Color HEX #086004 Green

📋 copy color: '#086004'

red 8 ◦ green 96 ◦ blue 4

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

Shades of Green #086004

Tints of Green #086004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 88.89%

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

R = 7.41%
G = 88.89%
B = 3.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#086004 (or 0x086004) is known color: Green. HEX triplet: 08, 60 and 04. RGB value is (8,96,4). Sum of RGB (Red+Green+Blue) = 8+96+4=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 96 (37.89% from 255 or 88.89% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 96 - color contains mainly: green. Hex color #086004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086004 is #F79FFB. Grayscale: #3B3B3B. Windows color (decimal): -16228348 or 286728. OLE color: 286728.

HSL color Cylindrical-coordinate representation of color #086004: hue angle of 117.39º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086004 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 4 -
CMYK 0.92 0 0.96 0.62
HSL 117.39º 0.92% 0.2% -
HSV(B) 117.39º 0.96% 0.38% -
XYZ 4.3 8.43 1.51 -
YUV 59.2 96.85 91.48 -
System Red Green Blue C M Y K H S L
Decimal 8 96 4 0.92 0 0.96 0.62 117.39 0.92 0.2
Hex 8 60 4 5C 0 60 3E 75 5C 14
Octal 10 140 4 134 0 140 76 165 134 24
Binary 1000 1100000 100 1011100 0 1100000 111110 1110101 1011100 10100

Color Harmonies of #086004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086004

Black with #086004

Text Example


Text Example

White with #086004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086004; }

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

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

background-color css

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

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

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

border-color css

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

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

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