Html Css Color HEX #085500 Myrtle

📋 copy color: '#085500'

red 8 ◦ green 85 ◦ blue 0

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

Shades of Myrtle #085500

Tints of Myrtle #085500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 8.6%
G = 91.4%
B = 0%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#085500 (or 0x085500) is known color: Myrtle. HEX triplet: 08, 55 and 00. RGB value is (8,85,0). Sum of RGB (Red+Green+Blue) = 8+85+0=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 85 (33.59% from 255 or 91.40% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 85 - color contains mainly: green. Hex color #085500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085500 is #F7AAFF. Grayscale: #343434. Windows color (decimal): -16231168 or 21768. OLE color: 21768.

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

Color convert

RGB 8 85 0 -
CMYK 0.91 0 1 0.67
HSL 114.35º 1% 0.17% -
HSV(B) 114.35º 1% 0.33% -
XYZ 3.35 6.55 1.09 -
YUV 52.29 98.49 96.41 -
System Red Green Blue C M Y K H S L
Decimal 8 85 0 0.91 0 1 0.67 114.35 1 0.17
Hex 8 55 0 5B 0 64 43 72 64 11
Octal 10 125 0 133 0 144 103 162 144 21
Binary 1000 1010101 0 1011011 0 1100100 1000011 1110010 1100100 10001

Color Harmonies of #085500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085500

Black with #085500

Text Example


Text Example

White with #085500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085500; }

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

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

background-color css

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

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

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

border-color css

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

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

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