Html Css Color HEX #094C0D Myrtle

📋 copy color: '#094C0D'

red 9 ◦ green 76 ◦ blue 13

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

Shades of Myrtle #094C0D

Tints of Myrtle #094C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 77.55%

 BLUE value IS 13 (5.47% from 255) = 13.27%

R = 9.18%
G = 77.55%
B = 13.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#094C0D (or 0x094C0D) is known color: Myrtle. HEX triplet: 09, 4C and 0D. RGB value is (9,76,13). Sum of RGB (Red+Green+Blue) = 9+76+13=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 76 (30.08% from 255 or 77.55% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 76 - color contains mainly: green. Hex color #094C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094C0D is #F6B3F2. Grayscale: #303030. Windows color (decimal): -16167923 or 871433. OLE color: 871433.

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

Color convert

RGB 9 76 13 -
CMYK 0.88 0 0.83 0.70
HSL 123.58º 0.79% 0.17% -
HSV(B) 123.58º 0.88% 0.3% -
XYZ 2.77 5.26 1.25 -
YUV 48.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 9 76 13 0.88 0 0.83 0.70 123.58 0.79 0.17
Hex 9 4C D 58 0 53 46 7C 4F 11
Octal 11 114 15 130 0 123 106 174 117 21
Binary 1001 1001100 1101 1011000 0 1010011 1000110 1111100 1001111 10001

Color Harmonies of #094C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C0D

Black with #094C0D

Text Example


Text Example

White with #094C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,76,13); }

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

background-color css

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

 a { background-color: rgb(9,76,13); }

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

border-color css

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

 span { border-color: rgb(9,76,13); }

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