#07707A

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

Shades of Surfie Green #07707A

Tints of Surfie Green #07707A

Color information

#07707A (or 0x07707A) is unknown color: approx Surfie Green. HEX triplet: 07, 70 and 7A. RGB value is (7,112,122). Sum of RGB (Red+Green+Blue) = 7+112+122=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #07707A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07707A is #F88F85. Grayscale: #515151. Windows color (decimal): -16289670 or 8024071. OLE color: 8024071.

HSL color Cylindrical-coordinate representation of color #07707A: hue angle of 185.22º 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 #07707A is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7112122-
CMYK0.940.0800.52
HSL185.22º89.15%25.29%-
HSV(B)185.22º94.26%47.84%-
XYZ9.3913.0420.43-
YUV81.74150.7174.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.90%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 122 (48.05% from 255) = 50.62%
R=2.90%
G=46.47%
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
Decimal71121220.940.0800.52185.2289.1525.29
Hex7707A5E8034b95919
Octal71601721361006427113131
Binary1111110000111101010111101000011010010111001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07707A; }

 p { color: rgb(7,112,122); }

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

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

 a { background-color: rgb(7,112,122); }

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

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

 span { border-color: rgb(7,112,122); }

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