Html Css Color HEX #0E767B Surfie Green

📋 copy color: '#0E767B'

red 14 ◦ green 118 ◦ blue 123

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

Shades of Surfie Green #0E767B

Tints of Surfie Green #0E767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.27%

 BLUE value IS 123 (48.44% from 255) = 48.24%

R = 5.49%
G = 46.27%
B = 48.24%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0E767B (or 0x0E767B) is known color: Surfie Green. HEX triplet: 0E, 76 and 7B. RGB value is (14,118,123). Sum of RGB (Red+Green+Blue) = 14+118+123=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E767B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E767B is #F18984. Grayscale: #575757. Windows color (decimal): -15829381 or 8091150. OLE color: 8091150.

HSL color Cylindrical-coordinate representation of color #0E767B: hue angle of 182.75º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E767B is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 14 118 123 -
CMYK 0.89 0.04 0 0.52
HSL 182.75º 0.8% 0.27% -
HSV(B) 182.75º 0.89% 0.48% -
XYZ 10.23 14.48 20.99 -
YUV 87.47 148.04 75.59 -
System Red Green Blue C M Y K H S L
Decimal 14 118 123 0.89 0.04 0 0.52 182.75 0.8 0.27
Hex E 76 7B 59 4 0 34 B7 50 1B
Octal 16 166 173 131 4 0 64 267 120 33
Binary 1110 1110110 1111011 1011001 100 0 110100 10110111 1010000 11011

Color Harmonies of #0E767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E767B

Black with #0E767B

Text Example


Text Example

White with #0E767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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