#0B7865

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

Shades of Tropical Rain Forest #0B7865

Tints of Tropical Rain Forest #0B7865

Color information

#0B7865 (or 0x0B7865) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 78 and 65. RGB value is (11,120,101). Sum of RGB (Red+Green+Blue) = 11+120+101=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #0B7865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7865 is #F4879A. Grayscale: #555555. Windows color (decimal): -16025499 or 6649867. OLE color: 6649867.

HSL color Cylindrical-coordinate representation of color #0B7865: hue angle of 169.54º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7865 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB11120101-
CMYK0.9100.160.53
HSL169.54º83.21%25.69%-
HSV(B)169.54º90.83%47.06%-
XYZ9.214.4414.61-
YUV85.24136.8975.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.74%
GREEN value IS 120 (47.27% from 255) = 51.72%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=4.74%
G=51.72%
B=43.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111201010.9100.160.53169.5483.2125.69
HexB78655B01035aa531a
Octal131701451330206525212332
Binary101111110001100101101101101000011010110101010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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