#0B6858

Color #0B6858 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #0B6858

Tints of Tropical Rain Forest #0B6858

Color information

#0B6858 (or 0x0B6858) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 68 and 58. RGB value is (11,104,88). Sum of RGB (Red+Green+Blue) = 11+104+88=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #0B6858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6858 is #F497A7. Grayscale: #4A4A4A. Windows color (decimal): -16029608 or 5793803. OLE color: 5793803.

HSL color Cylindrical-coordinate representation of color #0B6858: hue angle of 169.68º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6858 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1110488-
CMYK0.8900.150.59
HSL169.68º80.87%22.55%-
HSV(B)169.68º89.42%40.78%-
XYZ6.8510.6810.93-
YUV74.37135.6982.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.42%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=5.42%
G=51.23%
B=43.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11104880.8900.150.59169.6880.8722.55
HexB6858590F3Baa5117
Octal131501301310177325212127
Binary10111101000101100010110010111111101110101010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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