Html Css Color HEX #085708 Myrtle

📋 copy color: '#085708'

red 8 ◦ green 87 ◦ blue 8

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

Shades of Myrtle #085708

Tints of Myrtle #085708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.77%

R = 7.77%
G = 84.47%
B = 7.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#085708 (or 0x085708) is known color: Myrtle. HEX triplet: 08, 57 and 08. RGB value is (8,87,8). Sum of RGB (Red+Green+Blue) = 8+87+8=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 87 (34.38% from 255 or 84.47% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 87 - color contains mainly: green. Hex color #085708 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085708 is #F7A8F7. Grayscale: #363636. Windows color (decimal): -16230648 or 546568. OLE color: 546568.

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

Color convert

RGB 8 87 8 -
CMYK 0.91 0 0.91 0.66
HSL 120º 0.83% 0.19% -
HSV(B) 120º 0.91% 0.34% -
XYZ 3.55 6.89 1.37 -
YUV 54.37 101.83 94.92 -
System Red Green Blue C M Y K H S L
Decimal 8 87 8 0.91 0 0.91 0.66 120 0.83 0.19
Hex 8 57 8 5B 0 5B 42 78 53 13
Octal 10 127 10 133 0 133 102 170 123 23
Binary 1000 1010111 1000 1011011 0 1011011 1000010 1111000 1010011 10011

Color Harmonies of #085708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085708

Black with #085708

Text Example


Text Example

White with #085708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085708; }

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

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

background-color css

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

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

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

border-color css

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

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

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