#07727A

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

Shades of Surfie Green #07727A

Tints of Surfie Green #07727A

Color information

#07727A (or 0x07727A) is unknown color: approx Surfie Green. HEX triplet: 07, 72 and 7A. RGB value is (7,114,122). Sum of RGB (Red+Green+Blue) = 7+114+122=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #07727A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07727A is #F88D85. Grayscale: #525252. Windows color (decimal): -16289158 or 8024583. OLE color: 8024583.

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

Color convert

RGB7114122-
CMYK0.940.0700.52
HSL184.17º89.15%25.29%-
HSV(B)184.17º94.26%47.84%-
XYZ9.6213.4820.51-
YUV82.92150.0573.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.88%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=2.88%
G=46.91%
B=50.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71141220.940.0700.52184.1789.1525.29
Hex7727A5E7034b85919
Octal7162172136706427013131
Binary111111001011110101011110111011010010111000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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