#0A7861

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

Shades of Tropical Rain Forest #0A7861

Tints of Tropical Rain Forest #0A7861

Color information

#0A7861 (or 0x0A7861) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 78 and 61. RGB value is (10,120,97). Sum of RGB (Red+Green+Blue) = 10+120+97=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7861 is #F5879E. Grayscale: #545454. Windows color (decimal): -16091039 or 6387722. OLE color: 6387722.

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

Color convert

RGB1012097-
CMYK0.9200.190.53
HSL167.45º84.62%25.49%-
HSV(B)167.45º91.67%47.06%-
XYZ914.3613.61-
YUV84.49135.0674.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.41%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=4.41%
G=52.86%
B=42.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10120970.9200.190.53167.4584.6225.49
HexA78615C01335a75519
Octal121701411340236524712531
Binary101011110001100001101110001001111010110100111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,120,97); }

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

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

 a { background-color: rgb(10,120,97); }

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

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

 span { border-color: rgb(10,120,97); }

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