#0B7C59

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

Shades of Tropical Rain Forest #0B7C59

Tints of Tropical Rain Forest #0B7C59

Color information

#0B7C59 (or 0x0B7C59) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 7C and 59. RGB value is (11,124,89). Sum of RGB (Red+Green+Blue) = 11+124+89=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7C59 is #F483A6. Grayscale: #565656. Windows color (decimal): -16024487 or 5864459. OLE color: 5864459.

HSL color Cylindrical-coordinate representation of color #0B7C59: hue angle of 161.42º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7C59 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB1112489-
CMYK0.9100.280.51
HSL161.42º83.7%26.47%-
HSV(B)161.42º91.13%48.63%-
XYZ9.1515.2111.9-
YUV86.22129.5674.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.91%
GREEN value IS 124 (48.83% from 255) = 55.36%
BLUE value IS 89 (35.16% from 255) = 39.73%
R=4.91%
G=55.36%
B=39.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11124890.9100.280.51161.4283.726.47
HexB7C595B01C33a1541a
Octal131741311330346324112432
Binary101111111001011001101101101110011001110100001101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,124,89); }

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

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

 a { background-color: rgb(11,124,89); }

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

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

 span { border-color: rgb(11,124,89); }

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