#0A8760

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

Shades of Deep Sea #0A8760

Tints of Deep Sea #0A8760

Color information

#0A8760 (or 0x0A8760) is unknown color: approx Deep Sea. HEX triplet: 0A, 87 and 60. RGB value is (10,135,96). Sum of RGB (Red+Green+Blue) = 10+135+96=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8760 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8760 is #F5789F. Grayscale: #5D5D5D. Windows color (decimal): -16087200 or 6326026. OLE color: 6326026.

HSL color Cylindrical-coordinate representation of color #0A8760: hue angle of 161.28º degrees, saturation: 0.86, 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 #0A8760 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1013596-
CMYK0.9300.290.47
HSL161.28º86.21%28.43%-
HSV(B)161.28º92.59%52.94%-
XYZ10.918.2414.01-
YUV93.18129.5968.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.15%
GREEN value IS 135 (53.12% from 255) = 56.02%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=4.15%
G=56.02%
B=39.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10135960.9300.290.47161.2886.2128.43
HexA87605D01D2Fa1561c
Octal122071401350355724112634
Binary1010100001111100000101110101110110111110100001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A8760; }

 p { color: rgb(10,135,96); }

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

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

 a { background-color: rgb(10,135,96); }

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

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

 span { border-color: rgb(10,135,96); }

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