Html Css Color HEX #094300 Myrtle

📋 copy color: '#094300'

red 9 ◦ green 67 ◦ blue 0

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

Shades of Myrtle #094300

Tints of Myrtle #094300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 88.16%

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

R = 11.84%
G = 88.16%
B = 0%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#094300 (or 0x094300) is known color: Myrtle. HEX triplet: 09, 43 and 00. RGB value is (9,67,0). Sum of RGB (Red+Green+Blue) = 9+67+0=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 67 (26.56% from 255 or 88.16% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 67 - color contains mainly: green. Hex color #094300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094300 is #F6BCFF. Grayscale: #2A2A2A. Windows color (decimal): -16170240 or 17161. OLE color: 17161.

HSL color Cylindrical-coordinate representation of color #094300: hue angle of 111.94º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #094300 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 67 0 -
CMYK 0.87 0 1 0.74
HSL 111.94º 1% 0.13% -
HSV(B) 111.94º 1% 0.26% -
XYZ 2.12 4.07 0.67 -
YUV 42.02 104.28 104.45 -
System Red Green Blue C M Y K H S L
Decimal 9 67 0 0.87 0 1 0.74 111.94 1 0.13
Hex 9 43 0 57 0 64 4A 70 64 D
Octal 11 103 0 127 0 144 112 160 144 15
Binary 1001 1000011 0 1010111 0 1100100 1001010 1110000 1100100 1101

Color Harmonies of #094300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094300

Black with #094300

Text Example


Text Example

White with #094300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094300; }

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

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

background-color css

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

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

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

border-color css

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

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

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