Html Css Color HEX #085510 Myrtle

📋 copy color: '#085510'

red 8 ◦ green 85 ◦ blue 16

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

Shades of Myrtle #085510

Tints of Myrtle #085510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 77.98%

 BLUE value IS 16 (6.64% from 255) = 14.68%

R = 7.34%
G = 77.98%
B = 14.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#085510 (or 0x085510) is known color: Myrtle. HEX triplet: 08, 55 and 10. RGB value is (8,85,16). Sum of RGB (Red+Green+Blue) = 8+85+16=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #085510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085510 is #F7AAEF. Grayscale: #363636. Windows color (decimal): -16231152 or 1070344. OLE color: 1070344.

HSL color Cylindrical-coordinate representation of color #085510: hue angle of 126.23º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085510 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 85 16 -
CMYK 0.91 0 0.81 0.67
HSL 126.23º 0.83% 0.18% -
HSV(B) 126.23º 0.91% 0.33% -
XYZ 3.44 6.59 1.58 -
YUV 54.11 106.49 95.11 -
System Red Green Blue C M Y K H S L
Decimal 8 85 16 0.91 0 0.81 0.67 126.23 0.83 0.18
Hex 8 55 10 5B 0 51 43 7E 53 12
Octal 10 125 20 133 0 121 103 176 123 22
Binary 1000 1010101 10000 1011011 0 1010001 1000011 1111110 1010011 10010

Color Harmonies of #085510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085510

Black with #085510

Text Example


Text Example

White with #085510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085510; }

 p { color: rgb(8,85,16); }

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

background-color css

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

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

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

border-color css

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

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

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