Html Css Color HEX #0E7076 Surfie Green

📋 copy color: '#0E7076'

red 14 ◦ green 112 ◦ blue 118

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

Shades of Surfie Green #0E7076

Tints of Surfie Green #0E7076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.9%

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

R = 5.74%
G = 45.9%
B = 48.36%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E7076 (or 0x0E7076) is known color: Surfie Green. HEX triplet: 0E, 70 and 76. RGB value is (14,112,118). Sum of RGB (Red+Green+Blue) = 14+112+118=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E7076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7076 is #F18F89. Grayscale: #535353. Windows color (decimal): -15830922 or 7761934. OLE color: 7761934.

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

Color convert

RGB 14 112 118 -
CMYK 0.88 0.05 0 0.54
HSL 183.46º 0.79% 0.26% -
HSV(B) 183.46º 0.88% 0.46% -
XYZ 9.25 12.99 19.16 -
YUV 83.38 147.53 78.51 -
System Red Green Blue C M Y K H S L
Decimal 14 112 118 0.88 0.05 0 0.54 183.46 0.79 0.26
Hex E 70 76 58 5 0 36 B7 4F 1A
Octal 16 160 166 130 5 0 66 267 117 32
Binary 1110 1110000 1110110 1011000 101 0 110110 10110111 1001111 11010

Color Harmonies of #0E7076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7076

Black with #0E7076

Text Example


Text Example

White with #0E7076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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