Html Css Color HEX #085312 Myrtle

📋 copy color: '#085312'

red 8 ◦ green 83 ◦ blue 18

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

Shades of Myrtle #085312

Tints of Myrtle #085312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 76.15%

 BLUE value IS 18 (7.42% from 255) = 16.51%

R = 7.34%
G = 76.15%
B = 16.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#085312 (or 0x085312) is known color: Myrtle. HEX triplet: 08, 53 and 12. RGB value is (8,83,18). Sum of RGB (Red+Green+Blue) = 8+83+18=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 83 (32.81% from 255 or 76.15% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 83 - color contains mainly: green. Hex color #085312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085312 is #F7ACED. Grayscale: #353535. Windows color (decimal): -16231662 or 1200904. OLE color: 1200904.

HSL color Cylindrical-coordinate representation of color #085312: hue angle of 128º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085312 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 83 18 -
CMYK 0.90 0 0.78 0.67
HSL 128º 0.82% 0.18% -
HSV(B) 128º 0.9% 0.33% -
XYZ 3.3 6.28 1.61 -
YUV 53.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 8 83 18 0.90 0 0.78 0.67 128 0.82 0.18
Hex 8 53 12 5A 0 4E 43 80 52 12
Octal 10 123 22 132 0 116 103 200 122 22
Binary 1000 1010011 10010 1011010 0 1001110 1000011 10000000 1010010 10010

Color Harmonies of #085312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085312

Black with #085312

Text Example


Text Example

White with #085312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085312; }

 p { color: rgb(8,83,18); }

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

background-color css

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

 a { background-color: rgb(8,83,18); }

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

border-color css

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

 span { border-color: rgb(8,83,18); }

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