Html Css Color HEX #085001 Myrtle

📋 copy color: '#085001'

red 8 ◦ green 80 ◦ blue 1

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

Shades of Myrtle #085001

Tints of Myrtle #085001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.12%

R = 8.99%
G = 89.89%
B = 1.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#085001 (or 0x085001) is known color: Myrtle. HEX triplet: 08, 50 and 01. RGB value is (8,80,1). Sum of RGB (Red+Green+Blue) = 8+80+1=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 80 (31.64% from 255 or 89.89% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 80 - color contains mainly: green. Hex color #085001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085001 is #F7AFFE. Grayscale: #313131. Windows color (decimal): -16232447 or 86024. OLE color: 86024.

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

Color convert

RGB 8 80 1 -
CMYK 0.90 0 0.99 0.69
HSL 114.68º 0.98% 0.16% -
HSV(B) 114.68º 0.99% 0.31% -
XYZ 2.97 5.79 0.99 -
YUV 49.47 100.65 98.42 -
System Red Green Blue C M Y K H S L
Decimal 8 80 1 0.90 0 0.99 0.69 114.68 0.98 0.16
Hex 8 50 1 5A 0 63 45 73 62 10
Octal 10 120 1 132 0 143 105 163 142 20
Binary 1000 1010000 1 1011010 0 1100011 1000101 1110011 1100010 10000

Color Harmonies of #085001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085001

Black with #085001

Text Example


Text Example

White with #085001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085001; }

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

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

background-color css

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

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

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

border-color css

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

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

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