Html Css Color HEX #164714 Myrtle

📋 copy color: '#164714'

red 22 ◦ green 71 ◦ blue 20

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

Shades of Myrtle #164714

Tints of Myrtle #164714

RGB

 RED value IS 22 (8.98% from 255) = 19.47%

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

 BLUE value IS 20 (8.2% from 255) = 17.7%

R = 19.47%
G = 62.83%
B = 17.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#164714 (or 0x164714) is known color: Myrtle. HEX triplet: 16, 47 and 14. RGB value is (22,71,20). Sum of RGB (Red+Green+Blue) = 22+71+20=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 71 (28.12% from 255 or 62.83% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 71 - color contains mainly: green. Hex color #164714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164714 is #E9B8EB. Grayscale: #323232. Windows color (decimal): -15317228 or 1328918. OLE color: 1328918.

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

Color convert

RGB 22 71 20 -
CMYK 0.69 0 0.72 0.72
HSL 117.65º 0.56% 0.18% -
HSV(B) 117.65º 0.72% 0.28% -
XYZ 2.71 4.73 1.43 -
YUV 50.54 110.77 107.65 -
System Red Green Blue C M Y K H S L
Decimal 22 71 20 0.69 0 0.72 0.72 117.65 0.56 0.18
Hex 16 47 14 45 0 48 48 76 38 12
Octal 26 107 24 105 0 110 110 166 70 22
Binary 10110 1000111 10100 1000101 0 1001000 1001000 1110110 111000 10010

Color Harmonies of #164714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164714

Black with #164714

Text Example


Text Example

White with #164714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164714; }

 p { color: rgb(22,71,20); }

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

background-color css

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

 a { background-color: rgb(22,71,20); }

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

border-color css

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

 span { border-color: rgb(22,71,20); }

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