#0B7565

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

Shades of Tropical Rain Forest #0B7565

Tints of Tropical Rain Forest #0B7565

Color information

#0B7565 (or 0x0B7565) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 75 and 65. RGB value is (11,117,101). Sum of RGB (Red+Green+Blue) = 11+117+101=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #0B7565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7565 is #F48A9A. Grayscale: #535353. Windows color (decimal): -16026267 or 6649099. OLE color: 6649099.

HSL color Cylindrical-coordinate representation of color #0B7565: hue angle of 170.94º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7565 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11117101-
CMYK0.9100.140.54
HSL170.94º82.81%25.1%-
HSV(B)170.94º90.6%45.88%-
XYZ8.8513.7314.5-
YUV83.48137.8876.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.80%
GREEN value IS 117 (46.09% from 255) = 51.09%
BLUE value IS 101 (39.84% from 255) = 44.10%
R=4.80%
G=51.09%
B=44.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111171010.9100.140.54170.9482.8125.1
HexB75655B0E36ab5319
Octal131651451330166625312331
Binary10111110101110010110110110111011011010101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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