Html Css Color HEX #116316 Myrtle

📋 copy color: '#116316'

red 17 ◦ green 99 ◦ blue 22

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

Shades of Myrtle #116316

Tints of Myrtle #116316

RGB

 RED value IS 17 (7.03% from 255) = 12.32%

 GREEN value IS 99 (39.06% from 255) = 71.74%

 BLUE value IS 22 (8.98% from 255) = 15.94%

R = 12.32%
G = 71.74%
B = 15.94%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#116316 (or 0x116316) is known color: Myrtle. HEX triplet: 11, 63 and 16. RGB value is (17,99,22). Sum of RGB (Red+Green+Blue) = 17+99+22=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 99 (39.06% from 255 or 71.74% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 99 - color contains mainly: green. Hex color #116316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116316 is #EE9CE9. Grayscale: #414141. Windows color (decimal): -15637738 or 1467153. OLE color: 1467153.

HSL color Cylindrical-coordinate representation of color #116316: hue angle of 123.66º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116316 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 99 22 -
CMYK 0.83 0 0.78 0.61
HSL 123.66º 0.71% 0.23% -
HSV(B) 123.66º 0.83% 0.39% -
XYZ 4.84 9.1 2.26 -
YUV 65.7 103.33 93.26 -
System Red Green Blue C M Y K H S L
Decimal 17 99 22 0.83 0 0.78 0.61 123.66 0.71 0.23
Hex 11 63 16 53 0 4E 3D 7C 47 17
Octal 21 143 26 123 0 116 75 174 107 27
Binary 10001 1100011 10110 1010011 0 1001110 111101 1111100 1000111 10111

Color Harmonies of #116316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116316

Black with #116316

Text Example


Text Example

White with #116316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116316; }

 p { color: rgb(17,99,22); }

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

background-color css

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

 a { background-color: rgb(17,99,22); }

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

border-color css

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

 span { border-color: rgb(17,99,22); }

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