#0D7C77

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

Shades of Surfie Green #0D7C77

Tints of Surfie Green #0D7C77

Color information

#0D7C77 (or 0x0D7C77) is unknown color: approx Surfie Green. HEX triplet: 0D, 7C and 77. RGB value is (13,124,119). Sum of RGB (Red+Green+Blue) = 13+124+119=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7C77 is #F28388. Grayscale: #5A5A5A. Windows color (decimal): -15893385 or 7830541. OLE color: 7830541.

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

Color convert

RGB13124119-
CMYK0.9000.040.51
HSL177.3º81.02%26.86%-
HSV(B)177.3º89.52%48.63%-
XYZ10.715.8319.94-
YUV90.24144.2372.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.08%
GREEN value IS 124 (48.83% from 255) = 48.44%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=5.08%
G=48.44%
B=46.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal131241190.9000.040.51177.381.0226.86
HexD7C775A0433b1511b
Octal15174167132046326112133
Binary1101111110011101111011010010011001110110001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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