#0B7C5A

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

Shades of Tropical Rain Forest #0B7C5A

Tints of Tropical Rain Forest #0B7C5A

Color information

#0B7C5A (or 0x0B7C5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 7C and 5A. RGB value is (11,124,90). Sum of RGB (Red+Green+Blue) = 11+124+90=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7C5A is #F483A5. Grayscale: #565656. Windows color (decimal): -16024486 or 5929995. OLE color: 5929995.

HSL color Cylindrical-coordinate representation of color #0B7C5A: hue angle of 161.95º 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 #0B7C5A is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB1112490-
CMYK0.9100.270.51
HSL161.95º83.7%26.47%-
HSV(B)161.95º91.13%48.63%-
XYZ9.1915.2212.13-
YUV86.34130.0674.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.89%
GREEN value IS 124 (48.83% from 255) = 55.11%
BLUE value IS 90 (35.55% from 255) = 40%
R=4.89%
G=55.11%
B=40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11124900.9100.270.51161.9583.726.47
HexB7C5A5B01B33a2541a
Octal131741321330336324212432
Binary101111111001011010101101101101111001110100010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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