Html Css Color HEX #0A785D Tropical Rain Forest

📋 copy color: '#0A785D'

red 10 ◦ green 120 ◦ blue 93

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

Shades of Tropical Rain Forest #0A785D

Tints of Tropical Rain Forest #0A785D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.7%

R = 4.48%
G = 53.81%
B = 41.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#0A785D (or 0x0A785D) is known color: Tropical Rain Forest. HEX triplet: 0A, 78 and 5D. RGB value is (10,120,93). Sum of RGB (Red+Green+Blue) = 10+120+93=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 120 (47.27% from 255 or 53.81% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 120 - color contains mainly: green. Hex color #0A785D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A785D is #F587A2. Grayscale: #545454. Windows color (decimal): -16091043 or 6125578. OLE color: 6125578.

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

Color convert

RGB 10 120 93 -
CMYK 0.92 0 0.22 0.53
HSL 165.27º 0.85% 0.25% -
HSV(B) 165.27º 0.92% 0.47% -
XYZ 8.82 14.29 12.65 -
YUV 84.03 133.06 75.2 -
System Red Green Blue C M Y K H S L
Decimal 10 120 93 0.92 0 0.22 0.53 165.27 0.85 0.25
Hex A 78 5D 5C 0 16 35 A5 55 19
Octal 12 170 135 134 0 26 65 245 125 31
Binary 1010 1111000 1011101 1011100 0 10110 110101 10100101 1010101 11001

Color Harmonies of #0A785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A785D

Black with #0A785D

Text Example


Text Example

White with #0A785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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