#097874

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

Shades of Surfie Green #097874

Tints of Surfie Green #097874

Color information

#097874 (or 0x097874) is unknown color: approx Surfie Green. HEX triplet: 09, 78 and 74. RGB value is (9,120,116). Sum of RGB (Red+Green+Blue) = 9+120+116=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #097874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097874 is #F6878B. Grayscale: #565656. Windows color (decimal): -16156556 or 7632905. OLE color: 7632905.

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

Color convert

RGB9120116-
CMYK0.9200.030.53
HSL177.84º86.05%25.29%-
HSV(B)177.84º92.5%47.06%-
XYZ9.9814.7518.84-
YUV86.36144.7372.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.67%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 116 (45.70% from 255) = 47.35%
R=3.67%
G=48.98%
B=47.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91201160.9200.030.53177.8486.0525.29
Hex978745C0335b25619
Octal11170164134036526212631
Binary100111110001110100101110001111010110110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097874; }

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

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

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

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

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

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

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

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