Html Css Color HEX #094C10 Myrtle

📋 copy color: '#094C10'

red 9 ◦ green 76 ◦ blue 16

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

Shades of Myrtle #094C10

Tints of Myrtle #094C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.84%

R = 8.91%
G = 75.25%
B = 15.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#094C10 (or 0x094C10) is known color: Myrtle. HEX triplet: 09, 4C and 10. RGB value is (9,76,16). Sum of RGB (Red+Green+Blue) = 9+76+16=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 76 (30.08% from 255 or 75.25% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 76 - color contains mainly: green. Hex color #094C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094C10 is #F6B3EF. Grayscale: #313131. Windows color (decimal): -16167920 or 1068041. OLE color: 1068041.

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

Color convert

RGB 9 76 16 -
CMYK 0.88 0 0.79 0.70
HSL 126.27º 0.79% 0.17% -
HSV(B) 126.27º 0.88% 0.3% -
XYZ 2.79 5.26 1.36 -
YUV 49.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 9 76 16 0.88 0 0.79 0.70 126.27 0.79 0.17
Hex 9 4C 10 58 0 4F 46 7E 4F 11
Octal 11 114 20 130 0 117 106 176 117 21
Binary 1001 1001100 10000 1011000 0 1001111 1000110 1111110 1001111 10001

Color Harmonies of #094C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C10

Black with #094C10

Text Example


Text Example

White with #094C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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