#097F7A

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

Shades of Surfie Green #097F7A

Tints of Surfie Green #097F7A

Color information

#097F7A (or 0x097F7A) is unknown color: approx Surfie Green. HEX triplet: 09, 7F and 7A. RGB value is (9,127,122). Sum of RGB (Red+Green+Blue) = 9+127+122=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 127 (50% from 255 or 49.22% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 127 - color contains mainly: green. Hex color #097F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097F7A is #F68085. Grayscale: #5B5B5B. Windows color (decimal): -16154758 or 8027913. OLE color: 8027913.

HSL color Cylindrical-coordinate representation of color #097F7A: hue angle of 177.46º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097F7A is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB9127122-
CMYK0.9300.040.50
HSL177.46º86.76%26.67%-
HSV(B)177.46º92.91%49.8%-
XYZ11.2116.6421.03-
YUV91.15145.4169.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.49%
GREEN value IS 127 (50% from 255) = 49.22%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=3.49%
G=49.22%
B=47.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal91271220.9300.040.50177.4686.7626.67
Hex97F7A5D0432b1571b
Octal11177172135046226112733
Binary1001111111111110101011101010011001010110001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097F7A; }

 p { color: rgb(9,127,122); }

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

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

 a { background-color: rgb(9,127,122); }

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

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

 span { border-color: rgb(9,127,122); }

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