Html Css Color HEX #104C11 Myrtle

📋 copy color: '#104C11'

red 16 ◦ green 76 ◦ blue 17

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

Shades of Myrtle #104C11

Tints of Myrtle #104C11

RGB

 RED value IS 16 (6.64% from 255) = 14.68%

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

 BLUE value IS 17 (7.03% from 255) = 15.6%

R = 14.68%
G = 69.72%
B = 15.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#104C11 (or 0x104C11) is known color: Myrtle. HEX triplet: 10, 4C and 11. RGB value is (16,76,17). Sum of RGB (Red+Green+Blue) = 16+76+17=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 76 (30.08% from 255 or 69.72% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 76 - color contains mainly: green. Hex color #104C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104C11 is #EFB3EE. Grayscale: #333333. Windows color (decimal): -15709167 or 1133584. OLE color: 1133584.

HSL color Cylindrical-coordinate representation of color #104C11: hue angle of 121º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C11 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 76 17 -
CMYK 0.79 0 0.78 0.70
HSL 121º 0.65% 0.18% -
HSV(B) 121º 0.79% 0.3% -
XYZ 2.9 5.32 1.4 -
YUV 51.33 108.62 102.8 -
System Red Green Blue C M Y K H S L
Decimal 16 76 17 0.79 0 0.78 0.70 121 0.65 0.18
Hex 10 4C 11 4F 0 4E 46 79 41 12
Octal 20 114 21 117 0 116 106 171 101 22
Binary 10000 1001100 10001 1001111 0 1001110 1000110 1111001 1000001 10010

Color Harmonies of #104C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C11

Black with #104C11

Text Example


Text Example

White with #104C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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