Html Css Color HEX #085512 Myrtle

📋 copy color: '#085512'

red 8 ◦ green 85 ◦ blue 18

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

Shades of Myrtle #085512

Tints of Myrtle #085512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.22%

R = 7.21%
G = 76.58%
B = 16.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#085512 (or 0x085512) is known color: Myrtle. HEX triplet: 08, 55 and 12. RGB value is (8,85,18). Sum of RGB (Red+Green+Blue) = 8+85+18=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 85 (33.59% from 255 or 76.58% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 85 - color contains mainly: green. Hex color #085512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085512 is #F7AAED. Grayscale: #363636. Windows color (decimal): -16231150 or 1201416. OLE color: 1201416.

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

Color convert

RGB 8 85 18 -
CMYK 0.91 0 0.79 0.67
HSL 127.79º 0.83% 0.18% -
HSV(B) 127.79º 0.91% 0.33% -
XYZ 3.46 6.59 1.66 -
YUV 54.34 107.49 94.95 -
System Red Green Blue C M Y K H S L
Decimal 8 85 18 0.91 0 0.79 0.67 127.79 0.83 0.18
Hex 8 55 12 5B 0 4F 43 80 53 12
Octal 10 125 22 133 0 117 103 200 123 22
Binary 1000 1010101 10010 1011011 0 1001111 1000011 10000000 1010011 10010

Color Harmonies of #085512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085512

Black with #085512

Text Example


Text Example

White with #085512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085512; }

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

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

background-color css

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

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

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

border-color css

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

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

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