Html Css Color HEX #094512 Myrtle

📋 copy color: '#094512'

red 9 ◦ green 69 ◦ blue 18

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

Shades of Myrtle #094512

Tints of Myrtle #094512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 71.88%

 BLUE value IS 18 (7.42% from 255) = 18.75%

R = 9.38%
G = 71.88%
B = 18.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#094512 (or 0x094512) is known color: Myrtle. HEX triplet: 09, 45 and 12. RGB value is (9,69,18). Sum of RGB (Red+Green+Blue) = 9+69+18=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 69 (27.34% from 255 or 71.88% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 69 - color contains mainly: green. Hex color #094512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094512 is #F6BAED. Grayscale: #2D2D2D. Windows color (decimal): -16169710 or 1197321. OLE color: 1197321.

HSL color Cylindrical-coordinate representation of color #094512: hue angle of 129º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094512 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 69 18 -
CMYK 0.87 0 0.74 0.73
HSL 129º 0.77% 0.15% -
HSV(B) 129º 0.87% 0.27% -
XYZ 2.35 4.36 1.29 -
YUV 45.25 112.62 102.15 -
System Red Green Blue C M Y K H S L
Decimal 9 69 18 0.87 0 0.74 0.73 129 0.77 0.15
Hex 9 45 12 57 0 4A 49 81 4D F
Octal 11 105 22 127 0 112 111 201 115 17
Binary 1001 1000101 10010 1010111 0 1001010 1001001 10000001 1001101 1111

Color Harmonies of #094512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094512

Black with #094512

Text Example


Text Example

White with #094512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094512; }

 p { color: rgb(9,69,18); }

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

background-color css

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

 a { background-color: rgb(9,69,18); }

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

border-color css

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

 span { border-color: rgb(9,69,18); }

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