#0B7D68

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

Shades of Deep Sea #0B7D68

Tints of Deep Sea #0B7D68

Color information

#0B7D68 (or 0x0B7D68) is unknown color: approx Deep Sea. HEX triplet: 0B, 7D and 68. RGB value is (11,125,104). Sum of RGB (Red+Green+Blue) = 11+125+104=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #0B7D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7D68 is #F48297. Grayscale: #585858. Windows color (decimal): -16024216 or 6847755. OLE color: 6847755.

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

Color convert

RGB11125104-
CMYK0.9100.170.51
HSL168.95º83.82%26.67%-
HSV(B)168.95º91.2%49.02%-
XYZ9.9715.7415.61-
YUV88.52136.7372.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.58%
GREEN value IS 125 (49.22% from 255) = 52.08%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=4.58%
G=52.08%
B=43.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111251040.9100.170.51168.9583.8226.67
HexB7D685B01133a9541b
Octal131751501330216325112433
Binary101111111011101000101101101000111001110101001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,125,104); }

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

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

 a { background-color: rgb(11,125,104); }

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

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

 span { border-color: rgb(11,125,104); }

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