Html Css Color HEX #086510 Green

📋 copy color: '#086510'

red 8 ◦ green 101 ◦ blue 16

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

Shades of Green #086510

Tints of Green #086510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 80.8%

 BLUE value IS 16 (6.64% from 255) = 12.8%

R = 6.4%
G = 80.8%
B = 12.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#086510 (or 0x086510) is known color: Green. HEX triplet: 08, 65 and 10. RGB value is (8,101,16). Sum of RGB (Red+Green+Blue) = 8+101+16=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 101 (39.84% from 255 or 80.8% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 101 - color contains mainly: green. Hex color #086510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086510 is #F79AEF. Grayscale: #3F3F3F. Windows color (decimal): -16227056 or 1074440. OLE color: 1074440.

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

Color convert

RGB 8 101 16 -
CMYK 0.92 0 0.84 0.60
HSL 125.16º 0.85% 0.21% -
HSV(B) 125.16º 0.92% 0.4% -
XYZ 4.85 9.4 2.05 -
YUV 63.5 101.19 88.41 -
System Red Green Blue C M Y K H S L
Decimal 8 101 16 0.92 0 0.84 0.60 125.16 0.85 0.21
Hex 8 65 10 5C 0 54 3C 7D 55 15
Octal 10 145 20 134 0 124 74 175 125 25
Binary 1000 1100101 10000 1011100 0 1010100 111100 1111101 1010101 10101

Color Harmonies of #086510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086510

Black with #086510

Text Example


Text Example

White with #086510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086510; }

 p { color: rgb(8,101,16); }

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

background-color css

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

 a { background-color: rgb(8,101,16); }

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

border-color css

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

 span { border-color: rgb(8,101,16); }

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