Html Css Color HEX #01795A Tropical Rain Forest

📋 copy color: '#01795A'

red 1 ◦ green 121 ◦ blue 90

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

Shades of Tropical Rain Forest #01795A

Tints of Tropical Rain Forest #01795A

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

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

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

R = 0.47%
G = 57.08%
B = 42.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#01795A (or 0x01795A) is known color: Tropical Rain Forest. HEX triplet: 01, 79 and 5A. RGB value is (1,121,90). Sum of RGB (Red+Green+Blue) = 1+121+90=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 121 (47.66% from 255 or 57.08% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 121 - color contains mainly: green. Hex color #01795A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01795A is #FE86A5. Grayscale: #515151. Windows color (decimal): -16680614 or 5929217. OLE color: 5929217.

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

Color convert

RGB 1 121 90 -
CMYK 0.99 0 0.26 0.53
HSL 164.5º 0.98% 0.24% -
HSV(B) 164.5º 0.99% 0.47% -
XYZ 8.7 14.42 12 -
YUV 81.59 132.74 70.52 -
System Red Green Blue C M Y K H S L
Decimal 1 121 90 0.99 0 0.26 0.53 164.5 0.98 0.24
Hex 1 79 5A 63 0 1A 35 A4 62 18
Octal 1 171 132 143 0 32 65 244 142 30
Binary 1 1111001 1011010 1100011 0 11010 110101 10100100 1100010 11000

Color Harmonies of #01795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01795A

Black with #01795A

Text Example


Text Example

White with #01795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01795A; }

 p { color: rgb(1,121,90); }

 H1.HeaderClassName
 {
   color: #01795A;
 }
 .AnyTagClassName
 {
   color: #01795A;
 }
</style>

background-color css

<style>
 a { background-color: #01795A; }

 a { background-color: rgb(1,121,90); }

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

border-color css

<style>
 span { border-color: #01795A; }

 span { border-color: rgb(1,121,90); }

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