#0B865F

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

Shades of Deep Sea #0B865F

Tints of Deep Sea #0B865F

Color information

#0B865F (or 0x0B865F) is unknown color: approx Deep Sea. HEX triplet: 0B, 86 and 5F. RGB value is (11,134,95). Sum of RGB (Red+Green+Blue) = 11+134+95=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #0B865F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B865F is #F479A0. Grayscale: #5C5C5C. Windows color (decimal): -16021921 or 6260235. OLE color: 6260235.

HSL color Cylindrical-coordinate representation of color #0B865F: hue angle of 160.98º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B865F is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1113495-
CMYK0.9200.290.47
HSL160.98º84.83%28.43%-
HSV(B)160.98º91.79%52.55%-
XYZ10.7317.9513.73-
YUV92.78129.2569.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.58%
GREEN value IS 134 (52.73% from 255) = 55.83%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=4.58%
G=55.83%
B=39.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11134950.9200.290.47160.9884.8328.43
HexB865F5C01D2Fa1551c
Octal132061371340355724112534
Binary1011100001101011111101110001110110111110100001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,134,95); }

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

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

 a { background-color: rgb(11,134,95); }

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

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

 span { border-color: rgb(11,134,95); }

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