Html Css Color HEX #094A0B Myrtle

📋 copy color: '#094A0B'

red 9 ◦ green 74 ◦ blue 11

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

Shades of Myrtle #094A0B

Tints of Myrtle #094A0B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 78.72%

 BLUE value IS 11 (4.69% from 255) = 11.7%

R = 9.57%
G = 78.72%
B = 11.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#094A0B (or 0x094A0B) is known color: Myrtle. HEX triplet: 09, 4A and 0B. RGB value is (9,74,11). Sum of RGB (Red+Green+Blue) = 9+74+11=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 74 (29.30% from 255 or 78.72% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 74 - color contains mainly: green. Hex color #094A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094A0B is #F6B5F4. Grayscale: #2F2F2F. Windows color (decimal): -16168437 or 739849. OLE color: 739849.

HSL color Cylindrical-coordinate representation of color #094A0B: hue angle of 121.85º 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 #094A0B is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 74 11 -
CMYK 0.88 0 0.85 0.71
HSL 121.85º 0.78% 0.16% -
HSV(B) 121.85º 0.88% 0.29% -
XYZ 2.62 4.98 1.14 -
YUV 47.38 107.47 100.62 -
System Red Green Blue C M Y K H S L
Decimal 9 74 11 0.88 0 0.85 0.71 121.85 0.78 0.16
Hex 9 4A B 58 0 55 47 7A 4E 10
Octal 11 112 13 130 0 125 107 172 116 20
Binary 1001 1001010 1011 1011000 0 1010101 1000111 1111010 1001110 10000

Color Harmonies of #094A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A0B

Black with #094A0B

Text Example


Text Example

White with #094A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094A0B; }

 p { color: rgb(9,74,11); }

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

background-color css

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

 a { background-color: rgb(9,74,11); }

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

border-color css

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

 span { border-color: rgb(9,74,11); }

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