Html Css Color HEX #07825D Tropical Rain Forest

📋 copy color: '#07825D'

red 7 ◦ green 130 ◦ blue 93

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

Shades of Tropical Rain Forest #07825D

Tints of Tropical Rain Forest #07825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.52%

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

R = 3.04%
G = 56.52%
B = 40.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#07825D (or 0x07825D) is known color: Tropical Rain Forest. HEX triplet: 07, 82 and 5D. RGB value is (7,130,93). Sum of RGB (Red+Green+Blue) = 7+130+93=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #07825D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07825D is #F87DA2. Grayscale: #595959. Windows color (decimal): -16285091 or 6128135. OLE color: 6128135.

HSL color Cylindrical-coordinate representation of color #07825D: hue angle of 161.95º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07825D is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 130 93 -
CMYK 0.95 0 0.28 0.49
HSL 161.95º 0.9% 0.27% -
HSV(B) 161.95º 0.95% 0.51% -
XYZ 10.05 16.8 13.07 -
YUV 89.01 130.25 69.51 -
System Red Green Blue C M Y K H S L
Decimal 7 130 93 0.95 0 0.28 0.49 161.95 0.9 0.27
Hex 7 82 5D 5F 0 1C 31 A2 5A 1B
Octal 7 202 135 137 0 34 61 242 132 33
Binary 111 10000010 1011101 1011111 0 11100 110001 10100010 1011010 11011

Color Harmonies of #07825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07825D

Black with #07825D

Text Example


Text Example

White with #07825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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