#0A8764

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

Shades of Deep Sea #0A8764

Tints of Deep Sea #0A8764

Color information

#0A8764 (or 0x0A8764) is unknown color: approx Deep Sea. HEX triplet: 0A, 87 and 64. RGB value is (10,135,100). Sum of RGB (Red+Green+Blue) = 10+135+100=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8764 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8764 is #F5789B. Grayscale: #5D5D5D. Windows color (decimal): -16087196 or 6588170. OLE color: 6588170.

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

Color convert

RGB10135100-
CMYK0.9300.260.47
HSL163.2º86.21%28.43%-
HSV(B)163.2º92.59%52.94%-
XYZ11.0918.3115.01-
YUV93.64131.5968.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.08%
GREEN value IS 135 (53.12% from 255) = 55.10%
BLUE value IS 100 (39.45% from 255) = 40.82%
R=4.08%
G=55.10%
B=40.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101351000.9300.260.47163.286.2128.43
HexA87645D01A2Fa3561c
Octal122071441350325724312634
Binary1010100001111100100101110101101010111110100011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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