#07717B

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

Shades of Surfie Green #07717B

Tints of Surfie Green #07717B

Color information

#07717B (or 0x07717B) is unknown color: approx Surfie Green. HEX triplet: 07, 71 and 7B. RGB value is (7,113,123). Sum of RGB (Red+Green+Blue) = 7+113+123=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #07717B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07717B is #F88E84. Grayscale: #525252. Windows color (decimal): -16289413 or 8089863. OLE color: 8089863.

HSL color Cylindrical-coordinate representation of color #07717B: hue angle of 185.17º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07717B is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7113123-
CMYK0.940.0800.52
HSL185.17º89.23%25.49%-
HSV(B)185.17º94.31%48.24%-
XYZ9.5713.2920.8-
YUV82.45150.8874.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.88%
GREEN value IS 113 (44.53% from 255) = 46.50%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=2.88%
G=46.50%
B=50.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71131230.940.0800.52185.1789.2325.49
Hex7717B5E8034b95919
Octal71611731361006427113131
Binary1111110001111101110111101000011010010111001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07717B; }

 p { color: rgb(7,113,123); }

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

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

 a { background-color: rgb(7,113,123); }

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

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

 span { border-color: rgb(7,113,123); }

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