#098761

Color #098761 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #098761

Tints of Deep Sea #098761

Color information

#098761 (or 0x098761) is unknown color: approx Deep Sea. HEX triplet: 09, 87 and 61. RGB value is (9,135,97). Sum of RGB (Red+Green+Blue) = 9+135+97=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #098761 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098761 is #F6789E. Grayscale: #5D5D5D. Windows color (decimal): -16152735 or 6391561. OLE color: 6391561.

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

Color convert

RGB913597-
CMYK0.9300.280.47
HSL161.9º87.5%28.24%-
HSV(B)161.9º93.33%52.94%-
XYZ10.9318.2514.26-
YUV92.99130.2668.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.73%
GREEN value IS 135 (53.12% from 255) = 56.02%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=3.73%
G=56.02%
B=40.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9135970.9300.280.47161.987.528.24
Hex987615D01C2Fa2581c
Octal112071411350345724213034
Binary1001100001111100001101110101110010111110100010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098761; }

 p { color: rgb(9,135,97); }

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

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

 a { background-color: rgb(9,135,97); }

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

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

 span { border-color: rgb(9,135,97); }

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