#0B7461

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

Shades of Tropical Rain Forest #0B7461

Tints of Tropical Rain Forest #0B7461

Color information

#0B7461 (or 0x0B7461) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 74 and 61. RGB value is (11,116,97). Sum of RGB (Red+Green+Blue) = 11+116+97=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #0B7461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7461 is #F48B9E. Grayscale: #525252. Windows color (decimal): -16026527 or 6386699. OLE color: 6386699.

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

Color convert

RGB1111697-
CMYK0.9100.160.55
HSL169.14º82.68%24.9%-
HSV(B)169.14º90.52%45.49%-
XYZ8.5413.4213.45-
YUV82.44136.2177.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.91%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=4.91%
G=51.79%
B=43.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11116970.9100.160.55169.1482.6824.9
HexB74615B01037a95319
Octal131641411330206725112331
Binary101111101001100001101101101000011011110101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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