Html Css Color HEX #114712 Myrtle

📋 copy color: '#114712'

red 17 ◦ green 71 ◦ blue 18

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

Shades of Myrtle #114712

Tints of Myrtle #114712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 66.98%

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

R = 16.04%
G = 66.98%
B = 16.98%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#114712 (or 0x114712) is known color: Myrtle. HEX triplet: 11, 47 and 12. RGB value is (17,71,18). Sum of RGB (Red+Green+Blue) = 17+71+18=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #114712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114712 is #EEB8ED. Grayscale: #303030. Windows color (decimal): -15644910 or 1197841. OLE color: 1197841.

HSL color Cylindrical-coordinate representation of color #114712: hue angle of 121.11º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114712 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 71 18 -
CMYK 0.76 0 0.75 0.72
HSL 121.11º 0.61% 0.17% -
HSV(B) 121.11º 0.76% 0.28% -
XYZ 2.59 4.67 1.34 -
YUV 48.81 110.61 105.31 -
System Red Green Blue C M Y K H S L
Decimal 17 71 18 0.76 0 0.75 0.72 121.11 0.61 0.17
Hex 11 47 12 4C 0 4B 48 79 3D 11
Octal 21 107 22 114 0 113 110 171 75 21
Binary 10001 1000111 10010 1001100 0 1001011 1001000 1111001 111101 10001

Color Harmonies of #114712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114712

Black with #114712

Text Example


Text Example

White with #114712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114712; }

 p { color: rgb(17,71,18); }

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

background-color css

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

 a { background-color: rgb(17,71,18); }

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

border-color css

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

 span { border-color: rgb(17,71,18); }

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