#0B725C

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

Shades of Tropical Rain Forest #0B725C

Tints of Tropical Rain Forest #0B725C

Color information

#0B725C (or 0x0B725C) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 72 and 5C. RGB value is (11,114,92). Sum of RGB (Red+Green+Blue) = 11+114+92=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #0B725C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B725C is #F48DA3. Grayscale: #505050. Windows color (decimal): -16027044 or 6058507. OLE color: 6058507.

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

Color convert

RGB1111492-
CMYK0.9000.190.55
HSL167.18º82.4%24.51%-
HSV(B)167.18º90.35%44.71%-
XYZ8.0912.8812.18-
YUV80.69134.3878.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.07%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=5.07%
G=52.53%
B=42.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11114920.9000.190.55167.1882.424.51
HexB725C5A01337a75219
Octal131621341320236724712231
Binary101111100101011100101101001001111011110100111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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