#007676

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

Shades of Surfie Green #007676

Tints of Surfie Green #007676

Color information

#007676 (or 0x007676) is unknown color: approx Surfie Green. HEX triplet: 00, 76 and 76. RGB value is (0,118,118). Sum of RGB (Red+Green+Blue) = 0+118+118=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #007676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007676 is #FF8989. Grayscale: #525252. Windows color (decimal): -16746890 or 7763456. OLE color: 7763456.

HSL color Cylindrical-coordinate representation of color #007676: hue angle of 180º 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 #007676 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB0118118-
CMYK1000.54
HSL180º100%23.14%-
HSV(B)180º100%46.27%-
XYZ9.7514.2619.38-
YUV82.72147.9169-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 50%
BLUE value IS 118 (46.48% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal01181181000.5418010023.14
Hex07676640036b46417
Octal0166166144006626414427
Binary01110110111011011001000011011010110100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007676; }

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

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

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

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

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

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

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

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