Html Css Color HEX #0A7060 Tropical Rain Forest

📋 copy color: '#0A7060'

red 10 ◦ green 112 ◦ blue 96

#0A7060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #0A7060

Tints of Tropical Rain Forest #0A7060

RGB

 RED value IS 10 (4.3% from 255) = 4.59%

 GREEN value IS 112 (44.14% from 255) = 51.38%

 BLUE value IS 96 (37.89% from 255) = 44.04%

R = 4.59%
G = 51.38%
B = 44.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#0A7060 (or 0x0A7060) is known color: Tropical Rain Forest. HEX triplet: 0A, 70 and 60. RGB value is (10,112,96). Sum of RGB (Red+Green+Blue) = 10+112+96=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7060 is #F58F9F. Grayscale: #4F4F4F. Windows color (decimal): -16093088 or 6320138. OLE color: 6320138.

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

Color convert

RGB 10 112 96 -
CMYK 0.91 0 0.14 0.56
HSL 170.59º 0.84% 0.24% -
HSV(B) 170.59º 0.91% 0.44% -
XYZ 8.03 12.5 13.06 -
YUV 79.68 137.21 78.3 -
System Red Green Blue C M Y K H S L
Decimal 10 112 96 0.91 0 0.14 0.56 170.59 0.84 0.24
Hex A 70 60 5B 0 E 38 AB 54 18
Octal 12 160 140 133 0 16 70 253 124 30
Binary 1010 1110000 1100000 1011011 0 1110 111000 10101011 1010100 11000

Color Harmonies of #0A7060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7060

Black with #0A7060

Text Example


Text Example

White with #0A7060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,112,96); }

 H1.HeaderClassName
 {
   color: #0A7060;
 }
 .AnyTagClassName
 {
   color: #0A7060;
 }
</style>

background-color css

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

 a { background-color: rgb(10,112,96); }

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

border-color css

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

 span { border-color: rgb(10,112,96); }

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