Html Css Color HEX #0E775E Deep Sea

📋 copy color: '#0E775E'

red 14 ◦ green 119 ◦ blue 94

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

Shades of Deep Sea #0E775E

Tints of Deep Sea #0E775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.42%

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 6.17%
G = 52.42%
B = 41.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#0E775E (or 0x0E775E) is known color: Deep Sea. HEX triplet: 0E, 77 and 5E. RGB value is (14,119,94). Sum of RGB (Red+Green+Blue) = 14+119+94=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #0E775E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E775E is #F188A1. Grayscale: #545454. Windows color (decimal): -15829154 or 6190862. OLE color: 6190862.

HSL color Cylindrical-coordinate representation of color #0E775E: hue angle of 165.71º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E775E is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 119 94 -
CMYK 0.88 0 0.21 0.53
HSL 165.71º 0.79% 0.26% -
HSV(B) 165.71º 0.88% 0.47% -
XYZ 8.8 14.1 12.85 -
YUV 84.76 133.21 77.53 -
System Red Green Blue C M Y K H S L
Decimal 14 119 94 0.88 0 0.21 0.53 165.71 0.79 0.26
Hex E 77 5E 58 0 15 35 A6 4F 1A
Octal 16 167 136 130 0 25 65 246 117 32
Binary 1110 1110111 1011110 1011000 0 10101 110101 10100110 1001111 11010

Color Harmonies of #0E775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E775E

Black with #0E775E

Text Example


Text Example

White with #0E775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,119,94); }

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

background-color css

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

 a { background-color: rgb(14,119,94); }

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

border-color css

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

 span { border-color: rgb(14,119,94); }

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