Html Css Color HEX #085003 Myrtle

📋 copy color: '#085003'

red 8 ◦ green 80 ◦ blue 3

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

Shades of Myrtle #085003

Tints of Myrtle #085003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.3%

R = 8.79%
G = 87.91%
B = 3.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#085003 (or 0x085003) is known color: Myrtle. HEX triplet: 08, 50 and 03. RGB value is (8,80,3). Sum of RGB (Red+Green+Blue) = 8+80+3=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 80 (31.64% from 255 or 87.91% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 80 - color contains mainly: green. Hex color #085003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085003 is #F7AFFC. Grayscale: #313131. Windows color (decimal): -16232445 or 217096. OLE color: 217096.

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

Color convert

RGB 8 80 3 -
CMYK 0.90 0 0.96 0.69
HSL 116.1º 0.93% 0.16% -
HSV(B) 116.1º 0.96% 0.31% -
XYZ 2.99 5.8 1.05 -
YUV 49.69 101.65 98.26 -
System Red Green Blue C M Y K H S L
Decimal 8 80 3 0.90 0 0.96 0.69 116.1 0.93 0.16
Hex 8 50 3 5A 0 60 45 74 5D 10
Octal 10 120 3 132 0 140 105 164 135 20
Binary 1000 1010000 11 1011010 0 1100000 1000101 1110100 1011101 10000

Color Harmonies of #085003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085003

Black with #085003

Text Example


Text Example

White with #085003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085003; }

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

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

background-color css

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

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

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

border-color css

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

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

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