Html Css Color HEX #0E775A Deep Sea

📋 copy color: '#0E775A'

red 14 ◦ green 119 ◦ blue 90

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

Shades of Deep Sea #0E775A

Tints of Deep Sea #0E775A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.36%

R = 6.28%
G = 53.36%
B = 40.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#0E775A (or 0x0E775A) is known color: Deep Sea. HEX triplet: 0E, 77 and 5A. RGB value is (14,119,90). Sum of RGB (Red+Green+Blue) = 14+119+90=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #0E775A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E775A is #F188A5. Grayscale: #545454. Windows color (decimal): -15829158 or 5928718. OLE color: 5928718.

HSL color Cylindrical-coordinate representation of color #0E775A: hue angle of 163.43º 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 #0E775A is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 119 90 -
CMYK 0.88 0 0.24 0.53
HSL 163.43º 0.79% 0.26% -
HSV(B) 163.43º 0.88% 0.47% -
XYZ 8.62 14.03 11.93 -
YUV 84.3 131.21 77.86 -
System Red Green Blue C M Y K H S L
Decimal 14 119 90 0.88 0 0.24 0.53 163.43 0.79 0.26
Hex E 77 5A 58 0 18 35 A3 4F 1A
Octal 16 167 132 130 0 30 65 243 117 32
Binary 1110 1110111 1011010 1011000 0 11000 110101 10100011 1001111 11010

Color Harmonies of #0E775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E775A

Black with #0E775A

Text Example


Text Example

White with #0E775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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