#114F00

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

Shades of Myrtle #114F00

Tints of Myrtle #114F00

Color information

#114F00 (or 0x114F00) is unknown color: approx Myrtle. HEX triplet: 11, 4F and 00. RGB value is (17,79,0). Sum of RGB (Red+Green+Blue) = 17+79+0=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 79 (31.25% from 255 or 82.29% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 79 - color contains mainly: green. Hex color #114F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114F00 is #EEB0FF. Grayscale: #333333. Windows color (decimal): -15642880 or 20241. OLE color: 20241.

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

Color convert

RGB17790-
CMYK0.78010.69
HSL107.09º100%15.49%-
HSV(B)107.09º100%30.98%-
XYZ3.035.710.94-
YUV51.4698.96103.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.71%
GREEN value IS 79 (31.25% from 255) = 82.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.71%
G=82.29%
B=0%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal177900.78010.69107.0910015.49
Hex114F04E064456b64f
Octal211170116014410515314417
Binary10001100111101001110011001001000101110101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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