#0A8767

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

Shades of Deep Sea #0A8767

Tints of Deep Sea #0A8767

Color information

#0A8767 (or 0x0A8767) is unknown color: approx Deep Sea. HEX triplet: 0A, 87 and 67. RGB value is (10,135,103). Sum of RGB (Red+Green+Blue) = 10+135+103=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8767 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8767 is #F57898. Grayscale: #5D5D5D. Windows color (decimal): -16087193 or 6784778. OLE color: 6784778.

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

Color convert

RGB10135103-
CMYK0.9300.240.47
HSL164.64º86.21%28.43%-
HSV(B)164.64º92.59%52.94%-
XYZ11.2418.3715.79-
YUV93.98133.0968.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 135 (53.12% from 255) = 54.44%
BLUE value IS 103 (40.62% from 255) = 41.53%
R=4.03%
G=54.44%
B=41.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101351030.9300.240.47164.6486.2128.43
HexA87675D0182Fa5561c
Octal122071471350305724512634
Binary1010100001111100111101110101100010111110100101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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