Html Css Color HEX #085310 Myrtle

📋 copy color: '#085310'

red 8 ◦ green 83 ◦ blue 16

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

Shades of Myrtle #085310

Tints of Myrtle #085310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.95%

R = 7.48%
G = 77.57%
B = 14.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#085310 (or 0x085310) is known color: Myrtle. HEX triplet: 08, 53 and 10. RGB value is (8,83,16). Sum of RGB (Red+Green+Blue) = 8+83+16=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 83 (32.81% from 255 or 77.57% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 83 - color contains mainly: green. Hex color #085310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085310 is #F7ACEF. Grayscale: #353535. Windows color (decimal): -16231664 or 1069832. OLE color: 1069832.

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

Color convert

RGB 8 83 16 -
CMYK 0.90 0 0.81 0.67
HSL 126.4º 0.82% 0.18% -
HSV(B) 126.4º 0.9% 0.33% -
XYZ 3.29 6.28 1.53 -
YUV 52.94 107.15 95.95 -
System Red Green Blue C M Y K H S L
Decimal 8 83 16 0.90 0 0.81 0.67 126.4 0.82 0.18
Hex 8 53 10 5A 0 51 43 7E 52 12
Octal 10 123 20 132 0 121 103 176 122 22
Binary 1000 1010011 10000 1011010 0 1010001 1000011 1111110 1010010 10010

Color Harmonies of #085310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085310

Black with #085310

Text Example


Text Example

White with #085310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085310; }

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

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

background-color css

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

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

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

border-color css

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

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

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