#0A7B64

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

Shades of Deep Sea #0A7B64

Tints of Deep Sea #0A7B64

Color information

#0A7B64 (or 0x0A7B64) is unknown color: approx Deep Sea. HEX triplet: 0A, 7B and 64. RGB value is (10,123,100). Sum of RGB (Red+Green+Blue) = 10+123+100=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 123 (48.44% from 255 or 52.79% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 123 - color contains mainly: green. Hex color #0A7B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7B64 is #F5849B. Grayscale: #565656. Windows color (decimal): -16090268 or 6585098. OLE color: 6585098.

HSL color Cylindrical-coordinate representation of color #0A7B64: hue angle of 167.79º 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 #0A7B64 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB10123100-
CMYK0.9200.190.52
HSL167.79º84.96%26.08%-
HSV(B)167.79º91.87%48.24%-
XYZ9.5115.1514.48-
YUV86.59135.5673.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.29%
GREEN value IS 123 (48.44% from 255) = 52.79%
BLUE value IS 100 (39.45% from 255) = 42.92%
R=4.29%
G=52.79%
B=42.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101231000.9200.190.52167.7984.9626.08
HexA7B645C01334a8551a
Octal121731441340236425012532
Binary101011110111100100101110001001111010010101000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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