Html Css Color HEX #0E755F Deep Sea

📋 copy color: '#0E755F'

red 14 ◦ green 117 ◦ blue 95

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

Shades of Deep Sea #0E755F

Tints of Deep Sea #0E755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.77%

 BLUE value IS 95 (37.5% from 255) = 42.04%

R = 6.19%
G = 51.77%
B = 42.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#0E755F (or 0x0E755F) is known color: Deep Sea. HEX triplet: 0E, 75 and 5F. RGB value is (14,117,95). Sum of RGB (Red+Green+Blue) = 14+117+95=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #0E755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E755F is #F18AA0. Grayscale: #535353. Windows color (decimal): -15829665 or 6255886. OLE color: 6255886.

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

Color convert

RGB 14 117 95 -
CMYK 0.88 0 0.19 0.54
HSL 167.18º 0.79% 0.26% -
HSV(B) 167.18º 0.88% 0.46% -
XYZ 8.61 13.64 13.01 -
YUV 83.7 134.38 78.29 -
System Red Green Blue C M Y K H S L
Decimal 14 117 95 0.88 0 0.19 0.54 167.18 0.79 0.26
Hex E 75 5F 58 0 13 36 A7 4F 1A
Octal 16 165 137 130 0 23 66 247 117 32
Binary 1110 1110101 1011111 1011000 0 10011 110110 10100111 1001111 11010

Color Harmonies of #0E755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E755F

Black with #0E755F

Text Example


Text Example

White with #0E755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,117,95); }

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

background-color css

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

 a { background-color: rgb(14,117,95); }

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

border-color css

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

 span { border-color: rgb(14,117,95); }

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