#097C78

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

Shades of Surfie Green #097C78

Tints of Surfie Green #097C78

Color information

#097C78 (or 0x097C78) is unknown color: approx Surfie Green. HEX triplet: 09, 7C and 78. RGB value is (9,124,120). Sum of RGB (Red+Green+Blue) = 9+124+120=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #097C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097C78 is #F68387. Grayscale: #595959. Windows color (decimal): -16155528 or 7896073. OLE color: 7896073.

HSL color Cylindrical-coordinate representation of color #097C78: hue angle of 177.91º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097C78 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB9124120-
CMYK0.9300.030.51
HSL177.91º86.47%26.08%-
HSV(B)177.91º92.74%48.63%-
XYZ10.7115.8320.26-
YUV89.16145.470.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.56%
GREEN value IS 124 (48.83% from 255) = 49.01%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=3.56%
G=49.01%
B=47.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91241200.9300.030.51177.9186.4726.08
Hex97C785D0333b2561a
Octal11174170135036326212632
Binary100111111001111000101110101111001110110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,124,120); }

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

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

 a { background-color: rgb(9,124,120); }

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

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

 span { border-color: rgb(9,124,120); }

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