#0B715B

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

Shades of Tropical Rain Forest #0B715B

Tints of Tropical Rain Forest #0B715B

Color information

#0B715B (or 0x0B715B) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 71 and 5B. RGB value is (11,113,91). Sum of RGB (Red+Green+Blue) = 11+113+91=215 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.12% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #0B715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B715B is #F48EA4. Grayscale: #4F4F4F. Windows color (decimal): -16027301 or 5992715. OLE color: 5992715.

HSL color Cylindrical-coordinate representation of color #0B715B: hue angle of 167.06º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B715B is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1111391-
CMYK0.9000.190.56
HSL167.06º82.26%24.31%-
HSV(B)167.06º90.27%44.31%-
XYZ7.9312.6411.92-
YUV79.99134.2178.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.12%
GREEN value IS 113 (44.53% from 255) = 52.56%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=5.12%
G=52.56%
B=42.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11113910.9000.190.56167.0682.2624.31
HexB715B5A01338a75218
Octal131611331320237024712230
Binary101111100011011011101101001001111100010100111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,113,91); }

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

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

 a { background-color: rgb(11,113,91); }

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

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

 span { border-color: rgb(11,113,91); }

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