Html Css Color HEX #094D0F Myrtle

📋 copy color: '#094D0F'

red 9 ◦ green 77 ◦ blue 15

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

Shades of Myrtle #094D0F

Tints of Myrtle #094D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 76.24%

 BLUE value IS 15 (6.25% from 255) = 14.85%

R = 8.91%
G = 76.24%
B = 14.85%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#094D0F (or 0x094D0F) is known color: Myrtle. HEX triplet: 09, 4D and 0F. RGB value is (9,77,15). Sum of RGB (Red+Green+Blue) = 9+77+15=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 77 (30.47% from 255 or 76.24% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 77 - color contains mainly: green. Hex color #094D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094D0F is #F6B2F0. Grayscale: #313131. Windows color (decimal): -16167665 or 1002761. OLE color: 1002761.

HSL color Cylindrical-coordinate representation of color #094D0F: hue angle of 125.29º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094D0F is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 77 15 -
CMYK 0.88 0 0.81 0.70
HSL 125.29º 0.79% 0.17% -
HSV(B) 125.29º 0.88% 0.3% -
XYZ 2.85 5.4 1.34 -
YUV 49.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 9 77 15 0.88 0 0.81 0.70 125.29 0.79 0.17
Hex 9 4D F 58 0 51 46 7D 4F 11
Octal 11 115 17 130 0 121 106 175 117 21
Binary 1001 1001101 1111 1011000 0 1010001 1000110 1111101 1001111 10001

Color Harmonies of #094D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D0F

Black with #094D0F

Text Example


Text Example

White with #094D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,77,15); }

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

background-color css

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

 a { background-color: rgb(9,77,15); }

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

border-color css

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

 span { border-color: rgb(9,77,15); }

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