#077278

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

Shades of Surfie Green #077278

Tints of Surfie Green #077278

Color information

#077278 (or 0x077278) is unknown color: approx Surfie Green. HEX triplet: 07, 72 and 78. RGB value is (7,114,120). Sum of RGB (Red+Green+Blue) = 7+114+120=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #077278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077278 is #F88D87. Grayscale: #525252. Windows color (decimal): -16289160 or 7893511. OLE color: 7893511.

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

Color convert

RGB7114120-
CMYK0.940.0500.53
HSL183.19º88.98%24.9%-
HSV(B)183.19º94.17%47.06%-
XYZ9.513.4419.86-
YUV82.69149.0574.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.90%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=2.90%
G=47.30%
B=49.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71141200.940.0500.53183.1988.9824.9
Hex772785E5035b75919
Octal7162170136506526713131
Binary111111001011110001011110101011010110110111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077278; }

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

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

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

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

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

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

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

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