#0B7762

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

Shades of Tropical Rain Forest #0B7762

Tints of Tropical Rain Forest #0B7762

Color information

#0B7762 (or 0x0B7762) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 77 and 62. RGB value is (11,119,98). Sum of RGB (Red+Green+Blue) = 11+119+98=228 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.82% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #0B7762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7762 is #F4889D. Grayscale: #545454. Windows color (decimal): -16025758 or 6453003. OLE color: 6453003.

HSL color Cylindrical-coordinate representation of color #0B7762: hue angle of 168.33º 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 #0B7762 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1111998-
CMYK0.9100.180.53
HSL168.33º83.08%25.49%-
HSV(B)168.33º90.76%46.67%-
XYZ8.9414.1513.81-
YUV84.31135.7275.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.82%
GREEN value IS 119 (46.88% from 255) = 52.19%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=4.82%
G=52.19%
B=42.98%

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
Decimal11119980.9100.180.53168.3383.0825.49
HexB77625B01235a85319
Octal131671421330226525012331
Binary101111101111100010101101101001011010110101000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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