Html Css Color HEX #114700 Myrtle

📋 copy color: '#114700'

red 17 ◦ green 71 ◦ blue 0

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

Shades of Myrtle #114700

Tints of Myrtle #114700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.32%
G = 80.68%
B = 0%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#114700 (or 0x114700) is known color: 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

RGB 17 71 0 -
CMYK 0.76 0 1 0.72
HSL 105.63º 1% 0.14% -
HSV(B) 105.63º 1% 0.28% -
XYZ 2.48 4.63 0.76 -
YUV 46.76 101.61 106.77 -
System Red Green Blue C M Y K H S L
Decimal 17 71 0 0.76 0 1 0.72 105.63 1 0.14
Hex 11 47 0 4C 0 64 48 6A 64 E
Octal 21 107 0 114 0 144 110 152 144 16
Binary 10001 1000111 0 1001100 0 1100100 1001000 1101010 1100100 1110

Color Harmonies of #114700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114700

Black with #114700

Text Example


Text Example

White with #114700

Text Example


Text Example

HTML Codes & Css Web 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>