Html Css Color HEX #085600 Green

📋 copy color: '#085600'

red 8 ◦ green 86 ◦ blue 0

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

Shades of Green #085600

Tints of Green #085600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 91.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 8.51%
G = 91.49%
B = 0%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#085600 (or 0x085600) is known color: Green. HEX triplet: 08, 56 and 00. RGB value is (8,86,0). Sum of RGB (Red+Green+Blue) = 8+86+0=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 86 (33.98% from 255 or 91.49% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 86 - color contains mainly: green. Hex color #085600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085600 is #F7A9FF. Grayscale: #353535. Windows color (decimal): -16230912 or 22024. OLE color: 22024.

HSL color Cylindrical-coordinate representation of color #085600: hue angle of 114.42º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #085600 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 86 0 -
CMYK 0.91 0 1 0.66
HSL 114.42º 1% 0.17% -
HSV(B) 114.42º 1% 0.34% -
XYZ 3.43 6.71 1.11 -
YUV 52.87 98.16 95.99 -
System Red Green Blue C M Y K H S L
Decimal 8 86 0 0.91 0 1 0.66 114.42 1 0.17
Hex 8 56 0 5B 0 64 42 72 64 11
Octal 10 126 0 133 0 144 102 162 144 21
Binary 1000 1010110 0 1011011 0 1100100 1000010 1110010 1100100 10001

Color Harmonies of #085600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085600

Black with #085600

Text Example


Text Example

White with #085600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085600; }

 p { color: rgb(8,86,0); }

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

background-color css

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

 a { background-color: rgb(8,86,0); }

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

border-color css

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

 span { border-color: rgb(8,86,0); }

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