#0D727C

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

Shades of Surfie Green #0D727C

Tints of Surfie Green #0D727C

Color information

#0D727C (or 0x0D727C) is unknown color: approx Surfie Green. HEX triplet: 0D, 72 and 7C. RGB value is (13,114,124). Sum of RGB (Red+Green+Blue) = 13+114+124=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D727C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D727C is #F28D83. Grayscale: #545454. Windows color (decimal): -15895940 or 8155661. OLE color: 8155661.

HSL color Cylindrical-coordinate representation of color #0D727C: hue angle of 185.41º 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 #0D727C is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB13114124-
CMYK0.900.0800.51
HSL185.41º81.02%26.86%-
HSV(B)185.41º89.52%48.63%-
XYZ9.8213.5821.17-
YUV84.94150.0476.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.18%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=5.18%
G=45.42%
B=49.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal131141240.900.0800.51185.4181.0226.86
HexD727C5A8033b9511b
Octal151621741321006327112133
Binary11011110010111110010110101000011001110111001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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