#0B6F60

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

Shades of Tropical Rain Forest #0B6F60

Tints of Tropical Rain Forest #0B6F60

Color information

#0B6F60 (or 0x0B6F60) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 6F and 60. RGB value is (11,111,96). Sum of RGB (Red+Green+Blue) = 11+111+96=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #0B6F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6F60 is #F4909F. Grayscale: #4F4F4F. Windows color (decimal): -16027808 or 6319883. OLE color: 6319883.

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

Color convert

RGB1111196-
CMYK0.9000.140.56
HSL171º81.97%23.92%-
HSV(B)171º90.09%43.53%-
XYZ7.9312.2813.02-
YUV79.39137.3779.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.05%
GREEN value IS 111 (43.75% from 255) = 50.92%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=5.05%
G=50.92%
B=44.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11111960.9000.140.5617181.9723.92
HexB6F605A0E38ab5218
Octal131571401320167025312230
Binary10111101111110000010110100111011100010101011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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