Html Css Color HEX #085005 Myrtle

📋 copy color: '#085005'

red 8 ◦ green 80 ◦ blue 5

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

Shades of Myrtle #085005

Tints of Myrtle #085005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.38%

R = 8.6%
G = 86.02%
B = 5.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#085005 (or 0x085005) is known color: Myrtle. HEX triplet: 08, 50 and 05. RGB value is (8,80,5). Sum of RGB (Red+Green+Blue) = 8+80+5=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 80 (31.64% from 255 or 86.02% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 80 - color contains mainly: green. Hex color #085005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085005 is #F7AFFA. Grayscale: #323232. Windows color (decimal): -16232443 or 348168. OLE color: 348168.

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

Color convert

RGB 8 80 5 -
CMYK 0.90 0 0.94 0.69
HSL 117.6º 0.88% 0.17% -
HSV(B) 117.6º 0.94% 0.31% -
XYZ 3 5.8 1.11 -
YUV 49.92 102.65 98.1 -
System Red Green Blue C M Y K H S L
Decimal 8 80 5 0.90 0 0.94 0.69 117.6 0.88 0.17
Hex 8 50 5 5A 0 5E 45 76 58 11
Octal 10 120 5 132 0 136 105 166 130 21
Binary 1000 1010000 101 1011010 0 1011110 1000101 1110110 1011000 10001

Color Harmonies of #085005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085005

Black with #085005

Text Example


Text Example

White with #085005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085005; }

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

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

background-color css

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

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

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

border-color css

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

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

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