Html Css Color HEX #094900 Myrtle

📋 copy color: '#094900'

red 9 ◦ green 73 ◦ blue 0

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

Shades of Myrtle #094900

Tints of Myrtle #094900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 10.98%
G = 89.02%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#094900 (or 0x094900) is known color: Myrtle. HEX triplet: 09, 49 and 00. RGB value is (9,73,0). Sum of RGB (Red+Green+Blue) = 9+73+0=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 73 (28.91% from 255 or 89.02% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 73 - color contains mainly: green. Hex color #094900 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094900 is #F6B6FF. Grayscale: #2D2D2D. Windows color (decimal): -16168704 or 18697. OLE color: 18697.

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

Color convert

RGB 9 73 0 -
CMYK 0.88 0 1 0.71
HSL 112.6º 1% 0.14% -
HSV(B) 112.6º 1% 0.29% -
XYZ 2.5 4.82 0.8 -
YUV 45.54 102.3 101.94 -
System Red Green Blue C M Y K H S L
Decimal 9 73 0 0.88 0 1 0.71 112.6 1 0.14
Hex 9 49 0 58 0 64 47 71 64 E
Octal 11 111 0 130 0 144 107 161 144 16
Binary 1001 1001001 0 1011000 0 1100100 1000111 1110001 1100100 1110

Color Harmonies of #094900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094900

Black with #094900

Text Example


Text Example

White with #094900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094900; }

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

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

background-color css

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

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

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

border-color css

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

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

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