#0A7A66

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

Shades of Deep Sea #0A7A66

Tints of Deep Sea #0A7A66

Color information

#0A7A66 (or 0x0A7A66) is unknown color: approx Deep Sea. HEX triplet: 0A, 7A and 66. RGB value is (10,122,102). Sum of RGB (Red+Green+Blue) = 10+122+102=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7A66 is #F58599. Grayscale: #565656. Windows color (decimal): -16090522 or 6715914. OLE color: 6715914.

HSL color Cylindrical-coordinate representation of color #0A7A66: hue angle of 169.29º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7A66 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB10122102-
CMYK0.9200.160.52
HSL169.29º84.85%25.88%-
HSV(B)169.29º91.8%47.84%-
XYZ9.4814.9414.95-
YUV86.23136.8973.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.27%
GREEN value IS 122 (48.05% from 255) = 52.14%
BLUE value IS 102 (40.23% from 255) = 43.59%
R=4.27%
G=52.14%
B=43.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101221020.9200.160.52169.2984.8525.88
HexA7A665C01034a9551a
Octal121721461340206425112532
Binary101011110101100110101110001000011010010101001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,122,102); }

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

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

 a { background-color: rgb(10,122,102); }

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

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

 span { border-color: rgb(10,122,102); }

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