#077276

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

Shades of Surfie Green #077276

Tints of Surfie Green #077276

Color information

#077276 (or 0x077276) is unknown color: approx Surfie Green. HEX triplet: 07, 72 and 76. RGB value is (7,114,118). Sum of RGB (Red+Green+Blue) = 7+114+118=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #077276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077276 is #F88D89. Grayscale: #525252. Windows color (decimal): -16289162 or 7762439. OLE color: 7762439.

HSL color Cylindrical-coordinate representation of color #077276: hue angle of 182.16º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077276 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7114118-
CMYK0.940.0300.54
HSL182.16º88.8%24.51%-
HSV(B)182.16º94.07%46.27%-
XYZ9.3713.3919.23-
YUV82.46148.0574.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.93%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=2.93%
G=47.70%
B=49.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71141180.940.0300.54182.1688.824.51
Hex772765E3036b65919
Octal7162166136306626613131
Binary11111100101110110101111011011011010110110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077276; }

 p { color: rgb(7,114,118); }

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

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

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

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

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

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

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