Html Css Color HEX #0E694A Jewel

📋 copy color: '#0E694A'

red 14 ◦ green 105 ◦ blue 74

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

Shades of Jewel #0E694A

Tints of Jewel #0E694A

RGB

 RED value IS 14 (5.86% from 255) = 7.25%

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

 BLUE value IS 74 (29.3% from 255) = 38.34%

R = 7.25%
G = 54.4%
B = 38.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#0E694A (or 0x0E694A) is known color: Jewel. HEX triplet: 0E, 69 and 4A. RGB value is (14,105,74). Sum of RGB (Red+Green+Blue) = 14+105+74=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #0E694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E694A is #F196B5. Grayscale: #4A4A4A. Windows color (decimal): -15832758 or 4876558. OLE color: 4876558.

HSL color Cylindrical-coordinate representation of color #0E694A: hue angle of 159.56º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E694A is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 105 74 -
CMYK 0.87 0 0.30 0.59
HSL 159.56º 0.76% 0.23% -
HSV(B) 159.56º 0.87% 0.41% -
XYZ 6.47 10.69 8.2 -
YUV 74.26 127.85 85.02 -
System Red Green Blue C M Y K H S L
Decimal 14 105 74 0.87 0 0.30 0.59 159.56 0.76 0.23
Hex E 69 4A 57 0 1E 3B A0 4C 17
Octal 16 151 112 127 0 36 73 240 114 27
Binary 1110 1101001 1001010 1010111 0 11110 111011 10100000 1001100 10111

Color Harmonies of #0E694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E694A

Black with #0E694A

Text Example


Text Example

White with #0E694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E694A; }

 p { color: rgb(14,105,74); }

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

background-color css

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

 a { background-color: rgb(14,105,74); }

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

border-color css

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

 span { border-color: rgb(14,105,74); }

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