#07747A

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

Shades of Surfie Green #07747A

Tints of Surfie Green #07747A

Color information

#07747A (or 0x07747A) is unknown color: approx Surfie Green. HEX triplet: 07, 74 and 7A. RGB value is (7,116,122). Sum of RGB (Red+Green+Blue) = 7+116+122=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #07747A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07747A is #F88B85. Grayscale: #535353. Windows color (decimal): -16288646 or 8025095. OLE color: 8025095.

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

Color convert

RGB7116122-
CMYK0.940.0500.52
HSL183.13º89.15%25.29%-
HSV(B)183.13º94.26%47.84%-
XYZ9.8513.9420.58-
YUV84.09149.3973.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.86%
GREEN value IS 116 (45.70% from 255) = 47.35%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=2.86%
G=47.35%
B=49.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71161220.940.0500.52183.1389.1525.29
Hex7747A5E5034b75919
Octal7164172136506426713131
Binary111111010011110101011110101011010010110111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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