Html Css Color HEX #094800 Myrtle

📋 copy color: '#094800'

red 9 ◦ green 72 ◦ blue 0

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

Shades of Myrtle #094800

Tints of Myrtle #094800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 88.89%

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

R = 11.11%
G = 88.89%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#094800 (or 0x094800) is known color: Myrtle. HEX triplet: 09, 48 and 00. RGB value is (9,72,0). Sum of RGB (Red+Green+Blue) = 9+72+0=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 72 (28.52% from 255 or 88.89% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 72 - color contains mainly: green. Hex color #094800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094800 is #F6B7FF. Grayscale: #2D2D2D. Windows color (decimal): -16168960 or 18441. OLE color: 18441.

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

Color convert

RGB 9 72 0 -
CMYK 0.88 0 1 0.72
HSL 112.5º 1% 0.14% -
HSV(B) 112.5º 1% 0.28% -
XYZ 2.43 4.69 0.78 -
YUV 44.96 102.63 102.35 -
System Red Green Blue C M Y K H S L
Decimal 9 72 0 0.88 0 1 0.72 112.5 1 0.14
Hex 9 48 0 58 0 64 48 70 64 E
Octal 11 110 0 130 0 144 110 160 144 16
Binary 1001 1001000 0 1011000 0 1100100 1001000 1110000 1100100 1110

Color Harmonies of #094800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094800

Black with #094800

Text Example


Text Example

White with #094800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094800; }

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

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

background-color css

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

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

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

border-color css

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

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

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