Html Css Color HEX #14694E Jewel

📋 copy color: '#14694E'

red 20 ◦ green 105 ◦ blue 78

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

Shades of Jewel #14694E

Tints of Jewel #14694E

RGB

 RED value IS 20 (8.2% from 255) = 9.85%

 GREEN value IS 105 (41.41% from 255) = 51.72%

 BLUE value IS 78 (30.86% from 255) = 38.42%

R = 9.85%
G = 51.72%
B = 38.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#14694E (or 0x14694E) is known color: Jewel. HEX triplet: 14, 69 and 4E. RGB value is (20,105,78). Sum of RGB (Red+Green+Blue) = 20+105+78=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #14694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14694E is #EB96B1. Grayscale: #4C4C4C. Windows color (decimal): -15439538 or 5138708. OLE color: 5138708.

HSL color Cylindrical-coordinate representation of color #14694E: hue angle of 160.94º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14694E is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 105 78 -
CMYK 0.81 0 0.26 0.59
HSL 160.94º 0.68% 0.25% -
HSV(B) 160.94º 0.81% 0.41% -
XYZ 6.72 10.8 8.94 -
YUV 76.51 128.84 87.7 -
System Red Green Blue C M Y K H S L
Decimal 20 105 78 0.81 0 0.26 0.59 160.94 0.68 0.25
Hex 14 69 4E 51 0 1A 3B A1 44 19
Octal 24 151 116 121 0 32 73 241 104 31
Binary 10100 1101001 1001110 1010001 0 11010 111011 10100001 1000100 11001

Color Harmonies of #14694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14694E

Black with #14694E

Text Example


Text Example

White with #14694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14694E; }

 p { color: rgb(20,105,78); }

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

background-color css

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

 a { background-color: rgb(20,105,78); }

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

border-color css

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

 span { border-color: rgb(20,105,78); }

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