#114700

Color #114700 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #114700

Tints of Myrtle #114700

Color information

#114700 (or 0x114700) is unknown color: approx Myrtle. HEX triplet: 11, 47 and 00. RGB value is (17,71,0). Sum of RGB (Red+Green+Blue) = 17+71+0=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 71 (28.12% from 255 or 80.68% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 71 - color contains mainly: green. Hex color #114700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114700 is #EEB8FF. Grayscale: #2E2E2E. Windows color (decimal): -15644928 or 18193. OLE color: 18193.

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

Color convert

RGB17710-
CMYK0.76010.72
HSL105.63º100%13.92%-
HSV(B)105.63º100%27.84%-
XYZ2.484.630.76-
YUV46.76101.61106.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 71 (28.12% from 255) = 80.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.32%
G=80.68%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal177100.76010.72105.6310013.92
Hex114704C064486a64e
Octal211070114014411015214416
Binary10001100011101001100011001001001000110101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114700; }

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

 H1.HeaderClassName
 {
   color: #114700;
 }
 .AnyTagClassName
 {
   color: #114700;
 }
</style>
background-color css

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

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

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

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

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

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