#0D7778

Color #0D7778 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #0D7778

Tints of Surfie Green #0D7778

Color information

#0D7778 (or 0x0D7778) is unknown color: approx Surfie Green. HEX triplet: 0D, 77 and 78. RGB value is (13,119,120). Sum of RGB (Red+Green+Blue) = 13+119+120=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D7778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7778 is #F28887. Grayscale: #575757. Windows color (decimal): -15894664 or 7894797. OLE color: 7894797.

HSL color Cylindrical-coordinate representation of color #0D7778: hue angle of 180.56º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7778 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB13119120-
CMYK0.890.0100.53
HSL180.56º80.45%26.08%-
HSV(B)180.56º89.17%47.06%-
XYZ10.1514.6420.06-
YUV87.42146.3874.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.16%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=5.16%
G=47.22%
B=47.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal131191200.890.0100.53180.5680.4526.08
HexD7778591035b5501a
Octal15167170131106526512032
Binary11011110111111100010110011011010110110101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,119,120); }

 H1.HeaderClassName
 {
   color: #0D7778;
 }
 .AnyTagClassName
 {
   color: #0D7778;
 }
</style>
background-color css

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

 a { background-color: rgb(13,119,120); }

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

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

 span { border-color: rgb(13,119,120); }

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