Html Css Color HEX #0A7959 Tropical Rain Forest

📋 copy color: '#0A7959'

red 10 ◦ green 121 ◦ blue 89

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

Shades of Tropical Rain Forest #0A7959

Tints of Tropical Rain Forest #0A7959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 55%

 BLUE value IS 89 (35.16% from 255) = 40.45%

R = 4.55%
G = 55%
B = 40.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#0A7959 (or 0x0A7959) is known color: Tropical Rain Forest. HEX triplet: 0A, 79 and 59. RGB value is (10,121,89). Sum of RGB (Red+Green+Blue) = 10+121+89=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7959 is #F586A6. Grayscale: #545454. Windows color (decimal): -16090791 or 5863690. OLE color: 5863690.

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

Color convert

RGB 10 121 89 -
CMYK 0.92 0 0.26 0.53
HSL 162.7º 0.85% 0.26% -
HSV(B) 162.7º 0.92% 0.47% -
XYZ 8.77 14.46 11.78 -
YUV 84.16 130.73 75.1 -
System Red Green Blue C M Y K H S L
Decimal 10 121 89 0.92 0 0.26 0.53 162.7 0.85 0.26
Hex A 79 59 5C 0 1A 35 A3 55 1A
Octal 12 171 131 134 0 32 65 243 125 32
Binary 1010 1111001 1011001 1011100 0 11010 110101 10100011 1010101 11010

Color Harmonies of #0A7959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7959

Black with #0A7959

Text Example


Text Example

White with #0A7959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,121,89); }

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

background-color css

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

 a { background-color: rgb(10,121,89); }

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

border-color css

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

 span { border-color: rgb(10,121,89); }

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