Html Css Color HEX #086714 Green

📋 copy color: '#086714'

red 8 ◦ green 103 ◦ blue 20

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

Shades of Green #086714

Tints of Green #086714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 78.63%

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

R = 6.11%
G = 78.63%
B = 15.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#086714 (or 0x086714) is known color: Green. HEX triplet: 08, 67 and 14. RGB value is (8,103,20). Sum of RGB (Red+Green+Blue) = 8+103+20=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 103 (40.62% from 255 or 78.63% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 103 - color contains mainly: green. Hex color #086714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086714 is #F798EB. Grayscale: #414141. Windows color (decimal): -16226540 or 1337096. OLE color: 1337096.

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

Color convert

RGB 8 103 20 -
CMYK 0.92 0 0.81 0.60
HSL 127.58º 0.86% 0.22% -
HSV(B) 127.58º 0.92% 0.4% -
XYZ 5.08 9.8 2.29 -
YUV 65.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 8 103 20 0.92 0 0.81 0.60 127.58 0.86 0.22
Hex 8 67 14 5C 0 51 3C 80 56 16
Octal 10 147 24 134 0 121 74 200 126 26
Binary 1000 1100111 10100 1011100 0 1010001 111100 10000000 1010110 10110

Color Harmonies of #086714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086714

Black with #086714

Text Example


Text Example

White with #086714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086714; }

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

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

background-color css

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

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

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

border-color css

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

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

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