Html Css Color HEX #0A715A Tropical Rain Forest

📋 copy color: '#0A715A'

red 10 ◦ green 113 ◦ blue 90

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

Shades of Tropical Rain Forest #0A715A

Tints of Tropical Rain Forest #0A715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.05%

 BLUE value IS 90 (35.55% from 255) = 42.25%

R = 4.69%
G = 53.05%
B = 42.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#0A715A (or 0x0A715A) is known color: Tropical Rain Forest. HEX triplet: 0A, 71 and 5A. RGB value is (10,113,90). Sum of RGB (Red+Green+Blue) = 10+113+90=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #0A715A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A715A is #F58EA5. Grayscale: #4F4F4F. Windows color (decimal): -16092838 or 5927178. OLE color: 5927178.

HSL color Cylindrical-coordinate representation of color #0A715A: hue angle of 166.6º 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 #0A715A is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 113 90 -
CMYK 0.91 0 0.20 0.56
HSL 166.6º 0.84% 0.24% -
HSV(B) 166.6º 0.91% 0.44% -
XYZ 7.88 12.61 11.69 -
YUV 79.58 133.88 78.37 -
System Red Green Blue C M Y K H S L
Decimal 10 113 90 0.91 0 0.20 0.56 166.6 0.84 0.24
Hex A 71 5A 5B 0 14 38 A7 54 18
Octal 12 161 132 133 0 24 70 247 124 30
Binary 1010 1110001 1011010 1011011 0 10100 111000 10100111 1010100 11000

Color Harmonies of #0A715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A715A

Black with #0A715A

Text Example


Text Example

White with #0A715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,113,90); }

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

background-color css

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

 a { background-color: rgb(10,113,90); }

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

border-color css

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

 span { border-color: rgb(10,113,90); }

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