Html Css Color HEX #094912 Myrtle

📋 copy color: '#094912'

red 9 ◦ green 73 ◦ blue 18

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

Shades of Myrtle #094912

Tints of Myrtle #094912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 73%

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

R = 9%
G = 73%
B = 18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#094912 (or 0x094912) is known color: Myrtle. HEX triplet: 09, 49 and 12. RGB value is (9,73,18). Sum of RGB (Red+Green+Blue) = 9+73+18=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 73 (28.91% from 255 or 73% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 73 - color contains mainly: green. Hex color #094912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094912 is #F6B6ED. Grayscale: #2F2F2F. Windows color (decimal): -16168686 or 1198345. OLE color: 1198345.

HSL color Cylindrical-coordinate representation of color #094912: hue angle of 128.44º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094912 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 73 18 -
CMYK 0.88 0 0.75 0.71
HSL 128.44º 0.78% 0.16% -
HSV(B) 128.44º 0.88% 0.29% -
XYZ 2.6 4.87 1.37 -
YUV 47.59 111.3 100.47 -
System Red Green Blue C M Y K H S L
Decimal 9 73 18 0.88 0 0.75 0.71 128.44 0.78 0.16
Hex 9 49 12 58 0 4B 47 80 4E 10
Octal 11 111 22 130 0 113 107 200 116 20
Binary 1001 1001001 10010 1011000 0 1001011 1000111 10000000 1001110 10000

Color Harmonies of #094912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094912

Black with #094912

Text Example


Text Example

White with #094912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094912; }

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

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

background-color css

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

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

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

border-color css

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

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

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