#0D7F78

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

Shades of Surfie Green #0D7F78

Tints of Surfie Green #0D7F78

Color information

#0D7F78 (or 0x0D7F78) is unknown color: approx Surfie Green. HEX triplet: 0D, 7F and 78. RGB value is (13,127,120). Sum of RGB (Red+Green+Blue) = 13+127+120=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7F78 is #F28087. Grayscale: #5C5C5C. Windows color (decimal): -15892616 or 7896845. OLE color: 7896845.

HSL color Cylindrical-coordinate representation of color #0D7F78: hue angle of 176.32º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7F78 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB13127120-
CMYK0.9000.060.50
HSL176.32º81.43%27.45%-
HSV(B)176.32º89.76%49.8%-
XYZ11.1516.6220.39-
YUV92.12143.7371.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5%
GREEN value IS 127 (50% from 255) = 48.85%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=5%
G=48.85%
B=46.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal131271200.9000.060.50176.3281.4327.45
HexD7F785A0632b0511b
Octal15177170132066226012133
Binary1101111111111110001011010011011001010110000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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