Html Css Color HEX #085211 Myrtle

📋 copy color: '#085211'

red 8 ◦ green 82 ◦ blue 17

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

Shades of Myrtle #085211

Tints of Myrtle #085211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 76.64%

 BLUE value IS 17 (7.03% from 255) = 15.89%

R = 7.48%
G = 76.64%
B = 15.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#085211 (or 0x085211) is known color: Myrtle. HEX triplet: 08, 52 and 11. RGB value is (8,82,17). Sum of RGB (Red+Green+Blue) = 8+82+17=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 82 (32.42% from 255 or 76.64% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 82 - color contains mainly: green. Hex color #085211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085211 is #F7ADEE. Grayscale: #343434. Windows color (decimal): -16231919 or 1135112. OLE color: 1135112.

HSL color Cylindrical-coordinate representation of color #085211: hue angle of 127.3º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085211 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 82 17 -
CMYK 0.90 0 0.79 0.68
HSL 127.3º 0.82% 0.18% -
HSV(B) 127.3º 0.9% 0.32% -
XYZ 3.22 6.13 1.54 -
YUV 52.46 107.98 96.29 -
System Red Green Blue C M Y K H S L
Decimal 8 82 17 0.90 0 0.79 0.68 127.3 0.82 0.18
Hex 8 52 11 5A 0 4F 44 7F 52 12
Octal 10 122 21 132 0 117 104 177 122 22
Binary 1000 1010010 10001 1011010 0 1001111 1000100 1111111 1010010 10010

Color Harmonies of #085211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085211

Black with #085211

Text Example


Text Example

White with #085211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085211; }

 p { color: rgb(8,82,17); }

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

background-color css

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

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

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

border-color css

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

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

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