Html Css Color HEX #11600D Myrtle

📋 copy color: '#11600D'

red 17 ◦ green 96 ◦ blue 13

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

Shades of Myrtle #11600D

Tints of Myrtle #11600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 76.19%

 BLUE value IS 13 (5.47% from 255) = 10.32%

R = 13.49%
G = 76.19%
B = 10.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#11600D (or 0x11600D) is known color: Myrtle. HEX triplet: 11, 60 and 0D. RGB value is (17,96,13). Sum of RGB (Red+Green+Blue) = 17+96+13=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 96 (37.89% from 255 or 76.19% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 96 - color contains mainly: green. Hex color #11600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11600D is #EE9FF2. Grayscale: #3F3F3F. Windows color (decimal): -15638515 or 876561. OLE color: 876561.

HSL color Cylindrical-coordinate representation of color #11600D: hue angle of 117.11º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11600D is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 96 13 -
CMYK 0.82 0 0.86 0.62
HSL 117.11º 0.76% 0.21% -
HSV(B) 117.11º 0.86% 0.38% -
XYZ 4.49 8.51 1.79 -
YUV 62.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 17 96 13 0.82 0 0.86 0.62 117.11 0.76 0.21
Hex 11 60 D 52 0 56 3E 75 4C 15
Octal 21 140 15 122 0 126 76 165 114 25
Binary 10001 1100000 1101 1010010 0 1010110 111110 1110101 1001100 10101

Color Harmonies of #11600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11600D

Black with #11600D

Text Example


Text Example

White with #11600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11600D; }

 p { color: rgb(17,96,13); }

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

background-color css

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

 a { background-color: rgb(17,96,13); }

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

border-color css

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

 span { border-color: rgb(17,96,13); }

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