Html Css Color HEX #094100 Myrtle

📋 copy color: '#094100'

red 9 ◦ green 65 ◦ blue 0

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

Shades of Myrtle #094100

Tints of Myrtle #094100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 87.84%

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

R = 12.16%
G = 87.84%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#094100 (or 0x094100) is known color: Myrtle. HEX triplet: 09, 41 and 00. RGB value is (9,65,0). Sum of RGB (Red+Green+Blue) = 9+65+0=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 65 (25.78% from 255 or 87.84% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 65 - color contains mainly: green. Hex color #094100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094100 is #F6BEFF. Grayscale: #292929. Windows color (decimal): -16170752 or 16649. OLE color: 16649.

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

Color convert

RGB 9 65 0 -
CMYK 0.86 0 1 0.75
HSL 111.69º 1% 0.13% -
HSV(B) 111.69º 1% 0.25% -
XYZ 2 3.84 0.64 -
YUV 40.85 104.95 105.29 -
System Red Green Blue C M Y K H S L
Decimal 9 65 0 0.86 0 1 0.75 111.69 1 0.13
Hex 9 41 0 56 0 64 4B 70 64 D
Octal 11 101 0 126 0 144 113 160 144 15
Binary 1001 1000001 0 1010110 0 1100100 1001011 1110000 1100100 1101

Color Harmonies of #094100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094100

Black with #094100

Text Example


Text Example

White with #094100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094100; }

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

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

background-color css

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

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

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

border-color css

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

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

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