#0D757C

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

Shades of Surfie Green #0D757C

Tints of Surfie Green #0D757C

Color information

#0D757C (or 0x0D757C) is unknown color: approx Surfie Green. HEX triplet: 0D, 75 and 7C. RGB value is (13,117,124). Sum of RGB (Red+Green+Blue) = 13+117+124=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D757C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D757C is #F28A83. Grayscale: #565656. Windows color (decimal): -15895172 or 8156429. OLE color: 8156429.

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

Color convert

RGB13117124-
CMYK0.900.0600.51
HSL183.78º81.02%26.86%-
HSV(B)183.78º89.52%48.63%-
XYZ10.1714.2621.29-
YUV86.7149.0475.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.12%
GREEN value IS 117 (46.09% from 255) = 46.06%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=5.12%
G=46.06%
B=48.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal131171240.900.0600.51183.7881.0226.86
HexD757C5A6033b8511b
Octal15165174132606327012133
Binary1101111010111111001011010110011001110111000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,117,124); }

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

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

 a { background-color: rgb(13,117,124); }

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

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

 span { border-color: rgb(13,117,124); }

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