Html Css Color HEX #085701 Green

📋 copy color: '#085701'

red 8 ◦ green 87 ◦ blue 1

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

Shades of Green #085701

Tints of Green #085701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 90.63%

 BLUE value IS 1 (0.78% from 255) = 1.04%

R = 8.33%
G = 90.63%
B = 1.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#085701 (or 0x085701) is known color: Green. HEX triplet: 08, 57 and 01. RGB value is (8,87,1). Sum of RGB (Red+Green+Blue) = 8+87+1=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 87 (34.38% from 255 or 90.62% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 87 - color contains mainly: green. Hex color #085701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085701 is #F7A8FE. Grayscale: #353535. Windows color (decimal): -16230655 or 87816. OLE color: 87816.

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

Color convert

RGB 8 87 1 -
CMYK 0.91 0 0.99 0.66
HSL 115.12º 0.98% 0.17% -
HSV(B) 115.12º 0.99% 0.34% -
XYZ 3.51 6.87 1.17 -
YUV 53.58 98.33 95.49 -
System Red Green Blue C M Y K H S L
Decimal 8 87 1 0.91 0 0.99 0.66 115.12 0.98 0.17
Hex 8 57 1 5B 0 63 42 73 62 11
Octal 10 127 1 133 0 143 102 163 142 21
Binary 1000 1010111 1 1011011 0 1100011 1000010 1110011 1100010 10001

Color Harmonies of #085701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085701

Black with #085701

Text Example


Text Example

White with #085701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085701; }

 p { color: rgb(8,87,1); }

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

background-color css

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

 a { background-color: rgb(8,87,1); }

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

border-color css

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

 span { border-color: rgb(8,87,1); }

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