#0B755E

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

Shades of Tropical Rain Forest #0B755E

Tints of Tropical Rain Forest #0B755E

Color information

#0B755E (or 0x0B755E) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 75 and 5E. RGB value is (11,117,94). Sum of RGB (Red+Green+Blue) = 11+117+94=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #0B755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B755E is #F48AA1. Grayscale: #525252. Windows color (decimal): -16026274 or 6190347. OLE color: 6190347.

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

Color convert

RGB1111794-
CMYK0.9100.200.54
HSL166.98º82.81%25.1%-
HSV(B)166.98º90.6%45.88%-
XYZ8.5213.612.77-
YUV82.68134.3876.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.95%
GREEN value IS 117 (46.09% from 255) = 52.70%
BLUE value IS 94 (37.11% from 255) = 42.34%
R=4.95%
G=52.70%
B=42.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11117940.9100.200.54166.9882.8125.1
HexB755E5B01436a75319
Octal131651361330246624712331
Binary101111101011011110101101101010011011010100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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