#0B7761

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

Shades of Tropical Rain Forest #0B7761

Tints of Tropical Rain Forest #0B7761

Color information

#0B7761 (or 0x0B7761) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 77 and 61. RGB value is (11,119,97). Sum of RGB (Red+Green+Blue) = 11+119+97=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #0B7761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7761 is #F4889E. Grayscale: #545454. Windows color (decimal): -16025759 or 6387467. OLE color: 6387467.

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

Color convert

RGB1111997-
CMYK0.9100.180.53
HSL167.78º83.08%25.49%-
HSV(B)167.78º90.76%46.67%-
XYZ8.8914.1313.57-
YUV84.2135.2275.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.85%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=4.85%
G=52.42%
B=42.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11119970.9100.180.53167.7883.0825.49
HexB77615B01235a85319
Octal131671411330226525012331
Binary101111101111100001101101101001011010110101000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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