#0B725B

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

Shades of Tropical Rain Forest #0B725B

Tints of Tropical Rain Forest #0B725B

Color information

#0B725B (or 0x0B725B) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 72 and 5B. RGB value is (11,114,91). Sum of RGB (Red+Green+Blue) = 11+114+91=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #0B725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B725B is #F48DA4. Grayscale: #505050. Windows color (decimal): -16027045 or 5992971. OLE color: 5992971.

HSL color Cylindrical-coordinate representation of color #0B725B: hue angle of 166.6º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B725B is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1111491-
CMYK0.9000.200.55
HSL166.6º82.4%24.51%-
HSV(B)166.6º90.35%44.71%-
XYZ8.0412.8611.96-
YUV80.58133.8878.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.09%
GREEN value IS 114 (44.92% from 255) = 52.78%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=5.09%
G=52.78%
B=42.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11114910.9000.200.55166.682.424.51
HexB725B5A01437a75219
Octal131621331320246724712231
Binary101111100101011011101101001010011011110100111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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