#0B7360

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

Shades of Tropical Rain Forest #0B7360

Tints of Tropical Rain Forest #0B7360

Color information

#0B7360 (or 0x0B7360) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 73 and 60. RGB value is (11,115,96). Sum of RGB (Red+Green+Blue) = 11+115+96=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7360 is #F48C9F. Grayscale: #515151. Windows color (decimal): -16026784 or 6320907. OLE color: 6320907.

HSL color Cylindrical-coordinate representation of color #0B7360: hue angle of 169.04º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7360 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1111596-
CMYK0.9000.170.55
HSL169.04º82.54%24.71%-
HSV(B)169.04º90.43%45.1%-
XYZ8.3813.1813.17-
YUV81.74136.0477.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.95%
GREEN value IS 115 (45.31% from 255) = 51.80%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=4.95%
G=51.80%
B=43.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11115960.9000.170.55169.0482.5424.71
HexB73605A01137a95319
Octal131631401320216725112331
Binary101111100111100000101101001000111011110101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,115,96); }

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

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

 a { background-color: rgb(11,115,96); }

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

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

 span { border-color: rgb(11,115,96); }

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