#097475

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

Shades of Surfie Green #097475

Tints of Surfie Green #097475

Color information

#097475 (or 0x097475) is unknown color: approx Surfie Green. HEX triplet: 09, 74 and 75. RGB value is (9,116,117). Sum of RGB (Red+Green+Blue) = 9+116+117=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #097475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097475 is #F68B8A. Grayscale: #545454. Windows color (decimal): -16157579 or 7697417. OLE color: 7697417.

HSL color Cylindrical-coordinate representation of color #097475: hue angle of 180.56º 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 #097475 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9116117-
CMYK0.920.0100.54
HSL180.56º85.71%24.71%-
HSV(B)180.56º92.31%45.88%-
XYZ9.5713.8319-
YUV84.12146.5574.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.72%
GREEN value IS 116 (45.70% from 255) = 47.93%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=3.72%
G=47.93%
B=48.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91161170.920.0100.54180.5685.7124.71
Hex974755C1036b55619
Octal11164165134106626512631
Binary10011110100111010110111001011011010110101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097475; }

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

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

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

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

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

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

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

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