#0B7561

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

Shades of Tropical Rain Forest #0B7561

Tints of Tropical Rain Forest #0B7561

Color information

#0B7561 (or 0x0B7561) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 75 and 61. RGB value is (11,117,97). Sum of RGB (Red+Green+Blue) = 11+117+97=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #0B7561 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7561 is #F48A9E. Grayscale: #535353. Windows color (decimal): -16026271 or 6386955. OLE color: 6386955.

HSL color Cylindrical-coordinate representation of color #0B7561: hue angle of 168.68º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7561 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1111797-
CMYK0.9100.170.54
HSL168.68º82.81%25.1%-
HSV(B)168.68º90.6%45.88%-
XYZ8.6613.6613.49-
YUV83.03135.8876.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.89%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=4.89%
G=52%
B=43.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11117970.9100.170.54168.6882.8125.1
HexB75615B01136a95319
Octal131651411330216625112331
Binary101111101011100001101101101000111011010101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,117,97); }

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

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

 a { background-color: rgb(11,117,97); }

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

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

 span { border-color: rgb(11,117,97); }

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