Html Css Color HEX #0A705B Tropical Rain Forest

📋 copy color: '#0A705B'

red 10 ◦ green 112 ◦ blue 91

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

Shades of Tropical Rain Forest #0A705B

Tints of Tropical Rain Forest #0A705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.72%

R = 4.69%
G = 52.58%
B = 42.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#0A705B (or 0x0A705B) is known color: Tropical Rain Forest. HEX triplet: 0A, 70 and 5B. RGB value is (10,112,91). Sum of RGB (Red+Green+Blue) = 10+112+91=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #0A705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A705B is #F58FA4. Grayscale: #4F4F4F. Windows color (decimal): -16093093 or 5992458. OLE color: 5992458.

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

Color convert

RGB 10 112 91 -
CMYK 0.91 0 0.19 0.56
HSL 167.65º 0.84% 0.24% -
HSV(B) 167.65º 0.91% 0.44% -
XYZ 7.81 12.41 11.88 -
YUV 79.11 134.71 78.71 -
System Red Green Blue C M Y K H S L
Decimal 10 112 91 0.91 0 0.19 0.56 167.65 0.84 0.24
Hex A 70 5B 5B 0 13 38 A8 54 18
Octal 12 160 133 133 0 23 70 250 124 30
Binary 1010 1110000 1011011 1011011 0 10011 111000 10101000 1010100 11000

Color Harmonies of #0A705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A705B

Black with #0A705B

Text Example


Text Example

White with #0A705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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