#0B7A57

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

Shades of Tropical Rain Forest #0B7A57

Tints of Tropical Rain Forest #0B7A57

Color information

#0B7A57 (or 0x0B7A57) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 7A and 57. RGB value is (11,122,87). Sum of RGB (Red+Green+Blue) = 11+122+87=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 122 (48.05% from 255 or 55.45% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 122 - color contains mainly: green. Hex color #0B7A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7A57 is #F485A8. Grayscale: #545454. Windows color (decimal): -16025001 or 5732875. OLE color: 5732875.

HSL color Cylindrical-coordinate representation of color #0B7A57: hue angle of 161.08º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7A57 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB1112287-
CMYK0.9100.290.52
HSL161.08º83.46%26.08%-
HSV(B)161.08º90.98%47.84%-
XYZ8.8214.6811.39-
YUV84.82129.2375.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5%
GREEN value IS 122 (48.05% from 255) = 55.45%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=5%
G=55.45%
B=39.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11122870.9100.290.52161.0883.4626.08
HexB7A575B01D34a1531a
Octal131721271330356424112332
Binary101111110101010111101101101110111010010100001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,122,87); }

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

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

 a { background-color: rgb(11,122,87); }

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

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

 span { border-color: rgb(11,122,87); }

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