#0B6F64

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

Shades of Tropical Rain Forest #0B6F64

Tints of Tropical Rain Forest #0B6F64

Color information

#0B6F64 (or 0x0B6F64) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 6F and 64. RGB value is (11,111,100). Sum of RGB (Red+Green+Blue) = 11+111+100=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #0B6F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6F64 is #F4909B. Grayscale: #4F4F4F. Windows color (decimal): -16027804 or 6582027. OLE color: 6582027.

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

Color convert

RGB11111100-
CMYK0.9000.100.56
HSL173.4º81.97%23.92%-
HSV(B)173.4º90.09%43.53%-
XYZ8.1212.3614.01-
YUV79.85139.3778.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.95%
GREEN value IS 111 (43.75% from 255) = 50%
BLUE value IS 100 (39.45% from 255) = 45.05%
R=4.95%
G=50%
B=45.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111111000.9000.100.56173.481.9723.92
HexB6F645A0A38ad5218
Octal131571441320127025512230
Binary10111101111110010010110100101011100010101101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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