#0A8763

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

Shades of Deep Sea #0A8763

Tints of Deep Sea #0A8763

Color information

#0A8763 (or 0x0A8763) is unknown color: approx Deep Sea. HEX triplet: 0A, 87 and 63. RGB value is (10,135,99). Sum of RGB (Red+Green+Blue) = 10+135+99=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8763 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8763 is #F5789C. Grayscale: #5D5D5D. Windows color (decimal): -16087197 or 6522634. OLE color: 6522634.

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

Color convert

RGB1013599-
CMYK0.9300.270.47
HSL162.72º86.21%28.43%-
HSV(B)162.72º92.59%52.94%-
XYZ11.0418.2914.75-
YUV93.52131.0968.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.10%
GREEN value IS 135 (53.12% from 255) = 55.33%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=4.10%
G=55.33%
B=40.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10135990.9300.270.47162.7286.2128.43
HexA87635D01B2Fa3561c
Octal122071431350335724312634
Binary1010100001111100011101110101101110111110100011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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