Html Css Color HEX #085502 Myrtle

📋 copy color: '#085502'

red 8 ◦ green 85 ◦ blue 2

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

Shades of Myrtle #085502

Tints of Myrtle #085502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.11%

R = 8.42%
G = 89.47%
B = 2.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#085502 (or 0x085502) is known color: Myrtle. HEX triplet: 08, 55 and 02. RGB value is (8,85,2). Sum of RGB (Red+Green+Blue) = 8+85+2=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 85 (33.59% from 255 or 89.47% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 85 - color contains mainly: green. Hex color #085502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085502 is #F7AAFD. Grayscale: #343434. Windows color (decimal): -16231166 or 152840. OLE color: 152840.

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

Color convert

RGB 8 85 2 -
CMYK 0.91 0 0.98 0.67
HSL 115.66º 0.95% 0.17% -
HSV(B) 115.66º 0.98% 0.33% -
XYZ 3.36 6.55 1.15 -
YUV 52.52 99.49 96.25 -
System Red Green Blue C M Y K H S L
Decimal 8 85 2 0.91 0 0.98 0.67 115.66 0.95 0.17
Hex 8 55 2 5B 0 62 43 74 5F 11
Octal 10 125 2 133 0 142 103 164 137 21
Binary 1000 1010101 10 1011011 0 1100010 1000011 1110100 1011111 10001

Color Harmonies of #085502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085502

Black with #085502

Text Example


Text Example

White with #085502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085502; }

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

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

background-color css

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

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

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

border-color css

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

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

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