Html Css Color HEX #114701 Myrtle

📋 copy color: '#114701'

red 17 ◦ green 71 ◦ blue 1

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

Shades of Myrtle #114701

Tints of Myrtle #114701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.12%

R = 19.1%
G = 79.78%
B = 1.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#114701 (or 0x114701) is known color: Myrtle. HEX triplet: 11, 47 and 01. RGB value is (17,71,1). Sum of RGB (Red+Green+Blue) = 17+71+1=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 71 (28.12% from 255 or 79.78% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 71 - color contains mainly: green. Hex color #114701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114701 is #EEB8FE. Grayscale: #2F2F2F. Windows color (decimal): -15644927 or 83729. OLE color: 83729.

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

Color convert

RGB 17 71 1 -
CMYK 0.76 0 0.99 0.72
HSL 106.29º 0.97% 0.14% -
HSV(B) 106.29º 0.99% 0.28% -
XYZ 2.49 4.63 0.79 -
YUV 46.87 102.11 106.69 -
System Red Green Blue C M Y K H S L
Decimal 17 71 1 0.76 0 0.99 0.72 106.29 0.97 0.14
Hex 11 47 1 4C 0 63 48 6A 61 E
Octal 21 107 1 114 0 143 110 152 141 16
Binary 10001 1000111 1 1001100 0 1100011 1001000 1101010 1100001 1110

Color Harmonies of #114701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114701

Black with #114701

Text Example


Text Example

White with #114701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114701; }

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

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

background-color css

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

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

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

border-color css

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

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

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