Html Css Color HEX #085002 Myrtle

📋 copy color: '#085002'

red 8 ◦ green 80 ◦ blue 2

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

Shades of Myrtle #085002

Tints of Myrtle #085002

RGB

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

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

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

R = 8.89%
G = 88.89%
B = 2.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#085002 (or 0x085002) is known color: Myrtle. HEX triplet: 08, 50 and 02. RGB value is (8,80,2). Sum of RGB (Red+Green+Blue) = 8+80+2=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 80 (31.64% from 255 or 88.89% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 80 - color contains mainly: green. Hex color #085002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085002 is #F7AFFD. Grayscale: #313131. Windows color (decimal): -16232446 or 151560. OLE color: 151560.

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

Color convert

RGB 8 80 2 -
CMYK 0.90 0 0.98 0.69
HSL 115.38º 0.95% 0.16% -
HSV(B) 115.38º 0.98% 0.31% -
XYZ 2.98 5.79 1.02 -
YUV 49.58 101.15 98.34 -
System Red Green Blue C M Y K H S L
Decimal 8 80 2 0.90 0 0.98 0.69 115.38 0.95 0.16
Hex 8 50 2 5A 0 62 45 73 5F 10
Octal 10 120 2 132 0 142 105 163 137 20
Binary 1000 1010000 10 1011010 0 1100010 1000101 1110011 1011111 10000

Color Harmonies of #085002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085002

Black with #085002

Text Example


Text Example

White with #085002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085002; }

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

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

background-color css

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

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

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

border-color css

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

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

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