Html Css Color HEX #085012 Myrtle

📋 copy color: '#085012'

red 8 ◦ green 80 ◦ blue 18

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

Shades of Myrtle #085012

Tints of Myrtle #085012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 75.47%

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

R = 7.55%
G = 75.47%
B = 16.98%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#085012 (or 0x085012) is known color: Myrtle. HEX triplet: 08, 50 and 12. RGB value is (8,80,18). Sum of RGB (Red+Green+Blue) = 8+80+18=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 80 (31.64% from 255 or 75.47% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 80 - color contains mainly: green. Hex color #085012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085012 is #F7AFED. Grayscale: #333333. Windows color (decimal): -16232430 or 1200136. OLE color: 1200136.

HSL color Cylindrical-coordinate representation of color #085012: hue angle of 128.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085012 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 80 18 -
CMYK 0.90 0 0.78 0.69
HSL 128.33º 0.82% 0.17% -
HSV(B) 128.33º 0.9% 0.31% -
XYZ 3.08 5.83 1.54 -
YUV 51.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 8 80 18 0.90 0 0.78 0.69 128.33 0.82 0.17
Hex 8 50 12 5A 0 4E 45 80 52 11
Octal 10 120 22 132 0 116 105 200 122 21
Binary 1000 1010000 10010 1011010 0 1001110 1000101 10000000 1010010 10001

Color Harmonies of #085012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085012

Black with #085012

Text Example


Text Example

White with #085012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085012; }

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

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

background-color css

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

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

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

border-color css

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

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

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