Html Css Color HEX #0A7860 Tropical Rain Forest

📋 copy color: '#0A7860'

red 10 ◦ green 120 ◦ blue 96

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

Shades of Tropical Rain Forest #0A7860

Tints of Tropical Rain Forest #0A7860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 53.1%

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

R = 4.42%
G = 53.1%
B = 42.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#0A7860 (or 0x0A7860) is known color: Tropical Rain Forest. HEX triplet: 0A, 78 and 60. RGB value is (10,120,96). Sum of RGB (Red+Green+Blue) = 10+120+96=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7860 is #F5879F. Grayscale: #545454. Windows color (decimal): -16091040 or 6322186. OLE color: 6322186.

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

Color convert

RGB 10 120 96 -
CMYK 0.92 0 0.2 0.53
HSL 166.91º 0.85% 0.25% -
HSV(B) 166.91º 0.92% 0.47% -
XYZ 8.95 14.34 13.36 -
YUV 84.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 10 120 96 0.92 0 0.2 0.53 166.91 0.85 0.25
Hex A 78 60 5C 0 14 35 A7 55 19
Octal 12 170 140 134 0 24 65 247 125 31
Binary 1010 1111000 1100000 1011100 0 10100 110101 10100111 1010101 11001

Color Harmonies of #0A7860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7860

Black with #0A7860

Text Example


Text Example

White with #0A7860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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