Html Css Color HEX #086314 Green

📋 copy color: '#086314'

red 8 ◦ green 99 ◦ blue 20

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

Shades of Green #086314

Tints of Green #086314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 77.95%

 BLUE value IS 20 (8.2% from 255) = 15.75%

R = 6.3%
G = 77.95%
B = 15.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#086314 (or 0x086314) is known color: Green. HEX triplet: 08, 63 and 14. RGB value is (8,99,20). Sum of RGB (Red+Green+Blue) = 8+99+20=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 99 (39.06% from 255 or 77.95% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 99 - color contains mainly: green. Hex color #086314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086314 is #F79CEB. Grayscale: #3F3F3F. Windows color (decimal): -16227564 or 1336072. OLE color: 1336072.

HSL color Cylindrical-coordinate representation of color #086314: hue angle of 127.91º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086314 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 99 20 -
CMYK 0.92 0 0.80 0.61
HSL 127.91º 0.85% 0.21% -
HSV(B) 127.91º 0.92% 0.39% -
XYZ 4.69 9.03 2.16 -
YUV 62.79 103.85 88.92 -
System Red Green Blue C M Y K H S L
Decimal 8 99 20 0.92 0 0.80 0.61 127.91 0.85 0.21
Hex 8 63 14 5C 0 50 3D 80 55 15
Octal 10 143 24 134 0 120 75 200 125 25
Binary 1000 1100011 10100 1011100 0 1010000 111101 10000000 1010101 10101

Color Harmonies of #086314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086314

Black with #086314

Text Example


Text Example

White with #086314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086314; }

 p { color: rgb(8,99,20); }

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

background-color css

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

 a { background-color: rgb(8,99,20); }

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

border-color css

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

 span { border-color: rgb(8,99,20); }

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