Html Css Color HEX #07805A Tropical Rain Forest

📋 copy color: '#07805A'

red 7 ◦ green 128 ◦ blue 90

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

Shades of Tropical Rain Forest #07805A

Tints of Tropical Rain Forest #07805A

RGB

 RED value IS 7 (3.13% from 255) = 3.11%

 GREEN value IS 128 (50.39% from 255) = 56.89%

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

R = 3.11%
G = 56.89%
B = 40%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#07805A (or 0x07805A) is known color: Tropical Rain Forest. HEX triplet: 07, 80 and 5A. RGB value is (7,128,90). Sum of RGB (Red+Green+Blue) = 7+128+90=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #07805A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07805A is #F87FA5. Grayscale: #575757. Windows color (decimal): -16285606 or 5931015. OLE color: 5931015.

HSL color Cylindrical-coordinate representation of color #07805A: hue angle of 161.16º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07805A is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 128 90 -
CMYK 0.95 0 0.30 0.50
HSL 161.16º 0.9% 0.26% -
HSV(B) 161.16º 0.95% 0.5% -
XYZ 9.65 16.22 12.3 -
YUV 87.49 129.41 70.59 -
System Red Green Blue C M Y K H S L
Decimal 7 128 90 0.95 0 0.30 0.50 161.16 0.9 0.26
Hex 7 80 5A 5F 0 1E 32 A1 5A 1A
Octal 7 200 132 137 0 36 62 241 132 32
Binary 111 10000000 1011010 1011111 0 11110 110010 10100001 1011010 11010

Color Harmonies of #07805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07805A

Black with #07805A

Text Example


Text Example

White with #07805A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,128,90); }

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

background-color css

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

 a { background-color: rgb(7,128,90); }

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

border-color css

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

 span { border-color: rgb(7,128,90); }

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