#0B725E

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

Shades of Tropical Rain Forest #0B725E

Tints of Tropical Rain Forest #0B725E

Color information

#0B725E (or 0x0B725E) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 72 and 5E. RGB value is (11,114,94). Sum of RGB (Red+Green+Blue) = 11+114+94=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #0B725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B725E is #F48DA1. Grayscale: #505050. Windows color (decimal): -16027042 or 6189579. OLE color: 6189579.

HSL color Cylindrical-coordinate representation of color #0B725E: hue angle of 168.35º 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 #0B725E is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1111494-
CMYK0.9000.180.55
HSL168.35º82.4%24.51%-
HSV(B)168.35º90.35%44.71%-
XYZ8.1812.9112.65-
YUV80.92135.3878.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.02%
GREEN value IS 114 (44.92% from 255) = 52.05%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=5.02%
G=52.05%
B=42.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11114940.9000.180.55168.3582.424.51
HexB725E5A01237a85219
Octal131621361320226725012231
Binary101111100101011110101101001001011011110101000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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