Html Css Color HEX #0E7576 Surfie Green

📋 copy color: '#0E7576'

red 14 ◦ green 117 ◦ blue 118

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

Shades of Surfie Green #0E7576

Tints of Surfie Green #0E7576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 5.62%
G = 46.99%
B = 47.39%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E7576 (or 0x0E7576) is known color: Surfie Green. HEX triplet: 0E, 75 and 76. RGB value is (14,117,118). Sum of RGB (Red+Green+Blue) = 14+117+118=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E7576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7576 is #F18A89. Grayscale: #565656. Windows color (decimal): -15829642 or 7763214. OLE color: 7763214.

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

Color convert

RGB 14 117 118 -
CMYK 0.88 0.01 0 0.54
HSL 180.58º 0.79% 0.26% -
HSV(B) 180.58º 0.88% 0.46% -
XYZ 9.81 14.12 19.35 -
YUV 86.32 145.88 76.42 -
System Red Green Blue C M Y K H S L
Decimal 14 117 118 0.88 0.01 0 0.54 180.58 0.79 0.26
Hex E 75 76 58 1 0 36 B5 4F 1A
Octal 16 165 166 130 1 0 66 265 117 32
Binary 1110 1110101 1110110 1011000 1 0 110110 10110101 1001111 11010

Color Harmonies of #0E7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7576

Black with #0E7576

Text Example


Text Example

White with #0E7576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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