#00767C

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

Shades of Surfie Green #00767C

Tints of Surfie Green #00767C

Color information

#00767C (or 0x00767C) is unknown color: approx Surfie Green. HEX triplet: 00, 76 and 7C. RGB value is (0,118,124). Sum of RGB (Red+Green+Blue) = 0+118+124=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #00767C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00767C is #FF8983. Grayscale: #535353. Windows color (decimal): -16746884 or 8156672. OLE color: 8156672.

HSL color Cylindrical-coordinate representation of color #00767C: hue angle of 182.9º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00767C is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB0118124-
CMYK10.0500.51
HSL182.9º100%24.31%-
HSV(B)182.9º100%48.63%-
XYZ10.1214.4121.32-
YUV83.4150.9168.51-

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) = 48.76%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=0%
G=48.76%
B=51.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal011812410.0500.51182.910024.31
Hex0767C645033b76418
Octal0166174144506326714430
Binary0111011011111001100100101011001110110111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00767C; }

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

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

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

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

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

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

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

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