#097275

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

Shades of Surfie Green #097275

Tints of Surfie Green #097275

Color information

#097275 (or 0x097275) is unknown color: approx Surfie Green. HEX triplet: 09, 72 and 75. RGB value is (9,114,117). Sum of RGB (Red+Green+Blue) = 9+114+117=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #097275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097275 is #F68D8A. Grayscale: #525252. Windows color (decimal): -16158091 or 7696905. OLE color: 7696905.

HSL color Cylindrical-coordinate representation of color #097275: hue angle of 181.67º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097275 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9114117-
CMYK0.920.0300.54
HSL181.67º85.71%24.71%-
HSV(B)181.67º92.31%45.88%-
XYZ9.3413.3818.92-
YUV82.95147.2175.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.75%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=3.75%
G=47.5%
B=48.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91141170.920.0300.54181.6785.7124.71
Hex972755C3036b65619
Octal11162165134306626612631
Binary100111100101110101101110011011011010110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097275; }

 p { color: rgb(9,114,117); }

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

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

 a { background-color: rgb(9,114,117); }

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

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

 span { border-color: rgb(9,114,117); }

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