#0B7C65

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

Shades of Deep Sea #0B7C65

Tints of Deep Sea #0B7C65

Color information

#0B7C65 (or 0x0B7C65) is unknown color: approx Deep Sea. HEX triplet: 0B, 7C and 65. RGB value is (11,124,101). Sum of RGB (Red+Green+Blue) = 11+124+101=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7C65 is #F4839A. Grayscale: #575757. Windows color (decimal): -16024475 or 6650891. OLE color: 6650891.

HSL color Cylindrical-coordinate representation of color #0B7C65: hue angle of 167.79º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7C65 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB11124101-
CMYK0.9100.190.51
HSL167.79º83.7%26.47%-
HSV(B)167.79º91.13%48.63%-
XYZ9.6915.4314.78-
YUV87.59135.5673.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.66%
GREEN value IS 124 (48.83% from 255) = 52.54%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=4.66%
G=52.54%
B=42.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111241010.9100.190.51167.7983.726.47
HexB7C655B01333a8541a
Octal131741451330236325012432
Binary101111111001100101101101101001111001110101000101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,124,101); }

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

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

 a { background-color: rgb(11,124,101); }

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

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

 span { border-color: rgb(11,124,101); }

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