#0A7A64

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

Shades of Tropical Rain Forest #0A7A64

Tints of Tropical Rain Forest #0A7A64

Color information

#0A7A64 (or 0x0A7A64) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 7A and 64. RGB value is (10,122,100). Sum of RGB (Red+Green+Blue) = 10+122+100=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7A64 is #F5859B. Grayscale: #555555. Windows color (decimal): -16090524 or 6584842. OLE color: 6584842.

HSL color Cylindrical-coordinate representation of color #0A7A64: hue angle of 168.21º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7A64 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB10122100-
CMYK0.9200.180.52
HSL168.21º84.85%25.88%-
HSV(B)168.21º91.8%47.84%-
XYZ9.3814.914.44-
YUV86135.8973.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.31%
GREEN value IS 122 (48.05% from 255) = 52.59%
BLUE value IS 100 (39.45% from 255) = 43.10%
R=4.31%
G=52.59%
B=43.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101221000.9200.180.52168.2184.8525.88
HexA7A645C01234a8551a
Octal121721441340226425012532
Binary101011110101100100101110001001011010010101000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,122,100); }

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

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

 a { background-color: rgb(10,122,100); }

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

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

 span { border-color: rgb(10,122,100); }

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