#0B7062

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

Shades of Tropical Rain Forest #0B7062

Tints of Tropical Rain Forest #0B7062

Color information

#0B7062 (or 0x0B7062) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 70 and 62. RGB value is (11,112,98). Sum of RGB (Red+Green+Blue) = 11+112+98=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #0B7062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7062 is #F48F9D. Grayscale: #505050. Windows color (decimal): -16027550 or 6451211. OLE color: 6451211.

HSL color Cylindrical-coordinate representation of color #0B7062: hue angle of 171.68º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7062 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1111298-
CMYK0.9000.130.56
HSL171.68º82.11%24.12%-
HSV(B)171.68º90.18%43.92%-
XYZ8.1412.5413.55-
YUV80.2138.0478.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.98%
GREEN value IS 112 (44.14% from 255) = 50.68%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=4.98%
G=50.68%
B=44.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11112980.9000.130.56171.6882.1124.12
HexB70625A0D38ac5218
Octal131601421320157025412230
Binary10111110000110001010110100110111100010101100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,112,98); }

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

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

 a { background-color: rgb(11,112,98); }

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

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

 span { border-color: rgb(11,112,98); }

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