#097073

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

Shades of Surfie Green #097073

Tints of Surfie Green #097073

Color information

#097073 (or 0x097073) is unknown color: approx Surfie Green. HEX triplet: 09, 70 and 73. RGB value is (9,112,115). Sum of RGB (Red+Green+Blue) = 9+112+115=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #097073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097073 is #F68F8C. Grayscale: #515151. Windows color (decimal): -16158605 or 7565321. OLE color: 7565321.

HSL color Cylindrical-coordinate representation of color #097073: hue angle of 181.7º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097073 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9112115-
CMYK0.920.0300.55
HSL181.7º85.48%24.31%-
HSV(B)181.7º92.17%45.1%-
XYZ912.8818.23-
YUV81.54146.8876.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.81%
GREEN value IS 112 (44.14% from 255) = 47.46%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=3.81%
G=47.46%
B=48.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91121150.920.0300.55181.785.4824.31
Hex970735C3037b65518
Octal11160163134306726612530
Binary100111100001110011101110011011011110110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097073; }

 p { color: rgb(9,112,115); }

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

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

 a { background-color: rgb(9,112,115); }

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

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

 span { border-color: rgb(9,112,115); }

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