#077274

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

Shades of Surfie Green #077274

Tints of Surfie Green #077274

Color information

#077274 (or 0x077274) is unknown color: approx Surfie Green. HEX triplet: 07, 72 and 74. RGB value is (7,114,116). Sum of RGB (Red+Green+Blue) = 7+114+116=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #077274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077274 is #F88D8B. Grayscale: #525252. Windows color (decimal): -16289164 or 7631367. OLE color: 7631367.

HSL color Cylindrical-coordinate representation of color #077274: hue angle of 181.1º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077274 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7114116-
CMYK0.940.0200.55
HSL181.1º88.62%24.12%-
HSV(B)181.1º93.97%45.49%-
XYZ9.2613.3418.61-
YUV82.24147.0574.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.95%
GREEN value IS 114 (44.92% from 255) = 48.10%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=2.95%
G=48.10%
B=48.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71141160.940.0200.55181.188.6224.12
Hex772745E2037b55918
Octal7162164136206726513130
Binary11111100101110100101111010011011110110101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077274; }

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

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

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

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

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

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

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

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