Html Css Color HEX #085601 Myrtle

📋 copy color: '#085601'

red 8 ◦ green 86 ◦ blue 1

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

Shades of Myrtle #085601

Tints of Myrtle #085601

RGB

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

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

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

R = 8.42%
G = 90.53%
B = 1.05%

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

#085601 (or 0x085601) is known color: Myrtle. HEX triplet: 08, 56 and 01. RGB value is (8,86,1). Sum of RGB (Red+Green+Blue) = 8+86+1=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 86 (33.98% from 255 or 90.53% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 86 - color contains mainly: green. Hex color #085601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085601 is #F7A9FE. Grayscale: #353535. Windows color (decimal): -16230911 or 87560. OLE color: 87560.

HSL color Cylindrical-coordinate representation of color #085601: hue angle of 115.06º 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 #085601 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 86 1 -
CMYK 0.91 0 0.99 0.66
HSL 115.06º 0.98% 0.17% -
HSV(B) 115.06º 0.99% 0.34% -
XYZ 3.43 6.71 1.14 -
YUV 52.99 98.66 95.91 -
System Red Green Blue C M Y K H S L
Decimal 8 86 1 0.91 0 0.99 0.66 115.06 0.98 0.17
Hex 8 56 1 5B 0 63 42 73 62 11
Octal 10 126 1 133 0 143 102 163 142 21
Binary 1000 1010110 1 1011011 0 1100011 1000010 1110011 1100010 10001

Color Harmonies of #085601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085601

Black with #085601

Text Example


Text Example

White with #085601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085601; }

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

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

background-color css

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

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

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

border-color css

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

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

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