Html Css Color HEX #0E634A Jewel

📋 copy color: '#0E634A'

red 14 ◦ green 99 ◦ blue 74

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

Shades of Jewel #0E634A

Tints of Jewel #0E634A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.94%

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

R = 7.49%
G = 52.94%
B = 39.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#0E634A (or 0x0E634A) is known color: Jewel. HEX triplet: 0E, 63 and 4A. RGB value is (14,99,74). Sum of RGB (Red+Green+Blue) = 14+99+74=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #0E634A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E634A is #F19CB5. Grayscale: #464646. Windows color (decimal): -15834294 or 4875022. OLE color: 4875022.

HSL color Cylindrical-coordinate representation of color #0E634A: hue angle of 162.35º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E634A is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 14 99 74 -
CMYK 0.86 0 0.25 0.61
HSL 162.35º 0.75% 0.22% -
HSV(B) 162.35º 0.86% 0.39% -
XYZ 5.88 9.51 8 -
YUV 70.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 14 99 74 0.86 0 0.25 0.61 162.35 0.75 0.22
Hex E 63 4A 56 0 19 3D A2 4B 16
Octal 16 143 112 126 0 31 75 242 113 26
Binary 1110 1100011 1001010 1010110 0 11001 111101 10100010 1001011 10110

Color Harmonies of #0E634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E634A

Black with #0E634A

Text Example


Text Example

White with #0E634A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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