Html Css Color HEX #086502 Green

📋 copy color: '#086502'

red 8 ◦ green 101 ◦ blue 2

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

Shades of Green #086502

Tints of Green #086502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.8%

R = 7.21%
G = 90.99%
B = 1.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#086502 (or 0x086502) is known color: Green. HEX triplet: 08, 65 and 02. RGB value is (8,101,2). Sum of RGB (Red+Green+Blue) = 8+101+2=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 101 (39.84% from 255 or 90.99% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 101 - color contains mainly: green. Hex color #086502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086502 is #F79AFD. Grayscale: #3E3E3E. Windows color (decimal): -16227070 or 156936. OLE color: 156936.

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

Color convert

RGB 8 101 2 -
CMYK 0.92 0 0.98 0.60
HSL 116.36º 0.96% 0.2% -
HSV(B) 116.36º 0.98% 0.4% -
XYZ 4.76 9.36 1.61 -
YUV 61.91 94.19 89.55 -
System Red Green Blue C M Y K H S L
Decimal 8 101 2 0.92 0 0.98 0.60 116.36 0.96 0.2
Hex 8 65 2 5C 0 62 3C 74 60 14
Octal 10 145 2 134 0 142 74 164 140 24
Binary 1000 1100101 10 1011100 0 1100010 111100 1110100 1100000 10100

Color Harmonies of #086502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086502

Black with #086502

Text Example


Text Example

White with #086502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086502; }

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

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

background-color css

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

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

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

border-color css

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

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

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