Html Css Color HEX #07805D Tropical Rain Forest

📋 copy color: '#07805D'

red 7 ◦ green 128 ◦ blue 93

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

Shades of Tropical Rain Forest #07805D

Tints of Tropical Rain Forest #07805D

RGB

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

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

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

R = 3.07%
G = 56.14%
B = 40.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#07805D (or 0x07805D) is known color: Tropical Rain Forest. HEX triplet: 07, 80 and 5D. RGB value is (7,128,93). Sum of RGB (Red+Green+Blue) = 7+128+93=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #07805D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07805D is #F87FA2. Grayscale: #575757. Windows color (decimal): -16285603 or 6127623. OLE color: 6127623.

HSL color Cylindrical-coordinate representation of color #07805D: hue angle of 162.64º 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 #07805D is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 128 93 -
CMYK 0.95 0 0.27 0.50
HSL 162.64º 0.9% 0.26% -
HSV(B) 162.64º 0.95% 0.5% -
XYZ 9.78 16.27 12.98 -
YUV 87.83 130.91 70.35 -
System Red Green Blue C M Y K H S L
Decimal 7 128 93 0.95 0 0.27 0.50 162.64 0.9 0.26
Hex 7 80 5D 5F 0 1B 32 A3 5A 1A
Octal 7 200 135 137 0 33 62 243 132 32
Binary 111 10000000 1011101 1011111 0 11011 110010 10100011 1011010 11010

Color Harmonies of #07805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07805D

Black with #07805D

Text Example


Text Example

White with #07805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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