#0A725C

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

Shades of Tropical Rain Forest #0A725C

Tints of Tropical Rain Forest #0A725C

Color information

#0A725C (or 0x0A725C) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 72 and 5C. RGB value is (10,114,92). Sum of RGB (Red+Green+Blue) = 10+114+92=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #0A725C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A725C is #F58DA3. Grayscale: #505050. Windows color (decimal): -16092580 or 6058506. OLE color: 6058506.

HSL color Cylindrical-coordinate representation of color #0A725C: hue angle of 167.31º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A725C is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1011492-
CMYK0.9100.190.55
HSL167.31º83.87%24.31%-
HSV(B)167.31º91.23%44.71%-
XYZ8.0712.8712.18-
YUV80.4134.5477.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.63%
GREEN value IS 114 (44.92% from 255) = 52.78%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=4.63%
G=52.78%
B=42.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10114920.9100.190.55167.3183.8724.31
HexA725C5B01337a75418
Octal121621341330236724712430
Binary101011100101011100101101101001111011110100111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,114,92); }

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

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

 a { background-color: rgb(10,114,92); }

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

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

 span { border-color: rgb(10,114,92); }

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