#114F0F

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

Shades of Myrtle #114F0F

Tints of Myrtle #114F0F

Color information

#114F0F (or 0x114F0F) is unknown color: approx Myrtle. HEX triplet: 11, 4F and 0F. RGB value is (17,79,15). Sum of RGB (Red+Green+Blue) = 17+79+15=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 79 (31.25% from 255 or 71.17% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 79 - color contains mainly: green. Hex color #114F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114F0F is #EEB0F0. Grayscale: #353535. Windows color (decimal): -15642865 or 1003281. OLE color: 1003281.

HSL color Cylindrical-coordinate representation of color #114F0F: hue angle of 118.12º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114F0F is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB177915-
CMYK0.7800.810.69
HSL118.12º68.09%18.43%-
HSV(B)118.12º81.01%30.98%-
XYZ3.115.751.4-
YUV53.17106.46102.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 79 (31.25% from 255) = 71.17%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=15.32%
G=71.17%
B=13.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1779150.7800.810.69118.1268.0918.43
Hex114FF4E05145764412
Octal2111717116012110516610422
Binary100011001111111110011100101000110001011110110100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114F0F; }

 p { color: rgb(17,79,15); }

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

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

 a { background-color: rgb(17,79,15); }

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

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

 span { border-color: rgb(17,79,15); }

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