Html Css Color HEX #085314 Myrtle

📋 copy color: '#085314'

red 8 ◦ green 83 ◦ blue 20

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

Shades of Myrtle #085314

Tints of Myrtle #085314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.02%

R = 7.21%
G = 74.77%
B = 18.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#085314 (or 0x085314) is known color: Myrtle. HEX triplet: 08, 53 and 14. RGB value is (8,83,20). Sum of RGB (Red+Green+Blue) = 8+83+20=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 83 (32.81% from 255 or 74.77% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 83 - color contains mainly: green. Hex color #085314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085314 is #F7ACEB. Grayscale: #353535. Windows color (decimal): -16231660 or 1331976. OLE color: 1331976.

HSL color Cylindrical-coordinate representation of color #085314: hue angle of 129.6º 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 #085314 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 83 20 -
CMYK 0.90 0 0.76 0.67
HSL 129.6º 0.82% 0.18% -
HSV(B) 129.6º 0.9% 0.33% -
XYZ 3.32 6.29 1.7 -
YUV 53.39 109.15 95.62 -
System Red Green Blue C M Y K H S L
Decimal 8 83 20 0.90 0 0.76 0.67 129.6 0.82 0.18
Hex 8 53 14 5A 0 4C 43 82 52 12
Octal 10 123 24 132 0 114 103 202 122 22
Binary 1000 1010011 10100 1011010 0 1001100 1000011 10000010 1010010 10010

Color Harmonies of #085314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085314

Black with #085314

Text Example


Text Example

White with #085314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085314; }

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

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

background-color css

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

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

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

border-color css

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

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

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