#007576

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

Shades of Surfie Green #007576

Tints of Surfie Green #007576

Color information

#007576 (or 0x007576) is unknown color: approx Surfie Green. HEX triplet: 00, 75 and 76. RGB value is (0,117,118). Sum of RGB (Red+Green+Blue) = 0+117+118=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #007576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007576 is #FF8A89. Grayscale: #525252. Windows color (decimal): -16747146 or 7763200. OLE color: 7763200.

HSL color Cylindrical-coordinate representation of color #007576: hue angle of 180.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007576 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB0117118-
CMYK10.0100.54
HSL180.51º100%23.14%-
HSV(B)180.51º100%46.27%-
XYZ9.6314.0319.34-
YUV82.13148.2469.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 117 (46.09% from 255) = 49.79%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=0%
G=49.79%
B=50.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011711810.0100.54180.5110023.14
Hex07576641036b56417
Octal0165166144106626514427
Binary01110101111011011001001011011010110101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007576; }

 p { color: rgb(0,117,118); }

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

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

 a { background-color: rgb(0,117,118); }

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

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

 span { border-color: rgb(0,117,118); }

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