#0B6F65

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

Shades of Tropical Rain Forest #0B6F65

Tints of Tropical Rain Forest #0B6F65

Color information

#0B6F65 (or 0x0B6F65) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 6F and 65. RGB value is (11,111,101). Sum of RGB (Red+Green+Blue) = 11+111+101=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #0B6F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6F65 is #F4909A. Grayscale: #4F4F4F. Windows color (decimal): -16027803 or 6647563. OLE color: 6647563.

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

Color convert

RGB11111101-
CMYK0.9000.090.56
HSL174º81.97%23.92%-
HSV(B)174º90.09%43.53%-
XYZ8.1712.3814.27-
YUV79.96139.8778.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.93%
GREEN value IS 111 (43.75% from 255) = 49.78%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=4.93%
G=49.78%
B=45.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111111010.9000.090.5617481.9723.92
HexB6F655A0938ae5218
Octal131571451320117025612230
Binary10111101111110010110110100100111100010101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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