Html Css Color HEX #095012 Myrtle

📋 copy color: '#095012'

red 9 ◦ green 80 ◦ blue 18

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

Shades of Myrtle #095012

Tints of Myrtle #095012

RGB

 RED value IS 9 (3.91% from 255) = 8.41%

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

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

R = 8.41%
G = 74.77%
B = 16.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#095012 (or 0x095012) is known color: Myrtle. HEX triplet: 09, 50 and 12. RGB value is (9,80,18). Sum of RGB (Red+Green+Blue) = 9+80+18=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 80 (31.64% from 255 or 74.77% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 80 - color contains mainly: green. Hex color #095012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095012 is #F6AFED. Grayscale: #333333. Windows color (decimal): -16166894 or 1200137. OLE color: 1200137.

HSL color Cylindrical-coordinate representation of color #095012: hue angle of 127.61º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095012 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 18 -
CMYK 0.89 0 0.78 0.69
HSL 127.61º 0.8% 0.17% -
HSV(B) 127.61º 0.89% 0.31% -
XYZ 3.09 5.84 1.54 -
YUV 51.7 108.98 97.54 -
System Red Green Blue C M Y K H S L
Decimal 9 80 18 0.89 0 0.78 0.69 127.61 0.8 0.17
Hex 9 50 12 59 0 4E 45 80 50 11
Octal 11 120 22 131 0 116 105 200 120 21
Binary 1001 1010000 10010 1011001 0 1001110 1000101 10000000 1010000 10001

Color Harmonies of #095012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095012

Black with #095012

Text Example


Text Example

White with #095012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095012; }

 p { color: rgb(9,80,18); }

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

background-color css

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

 a { background-color: rgb(9,80,18); }

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

border-color css

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

 span { border-color: rgb(9,80,18); }

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