#0B6F61

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

Shades of Tropical Rain Forest #0B6F61

Tints of Tropical Rain Forest #0B6F61

Color information

#0B6F61 (or 0x0B6F61) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 6F and 61. RGB value is (11,111,97). Sum of RGB (Red+Green+Blue) = 11+111+97=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #0B6F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6F61 is #F4909E. Grayscale: #4F4F4F. Windows color (decimal): -16027807 or 6385419. OLE color: 6385419.

HSL color Cylindrical-coordinate representation of color #0B6F61: hue angle of 171.6º 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 #0B6F61 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1111197-
CMYK0.9000.130.56
HSL171.6º81.97%23.92%-
HSV(B)171.6º90.09%43.53%-
XYZ7.9812.313.26-
YUV79.5137.8779.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.02%
GREEN value IS 111 (43.75% from 255) = 50.68%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=5.02%
G=50.68%
B=44.29%

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
Decimal11111970.9000.130.56171.681.9723.92
HexB6F615A0D38ac5218
Octal131571411320157025412230
Binary10111101111110000110110100110111100010101100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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