Html Css Color HEX #07825B Tropical Rain Forest

📋 copy color: '#07825B'

red 7 ◦ green 130 ◦ blue 91

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

Shades of Tropical Rain Forest #07825B

Tints of Tropical Rain Forest #07825B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.91%

R = 3.07%
G = 57.02%
B = 39.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#07825B (or 0x07825B) is known color: Tropical Rain Forest. HEX triplet: 07, 82 and 5B. RGB value is (7,130,91). Sum of RGB (Red+Green+Blue) = 7+130+91=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #07825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07825B is #F87DA4. Grayscale: #585858. Windows color (decimal): -16285093 or 5997063. OLE color: 5997063.

HSL color Cylindrical-coordinate representation of color #07825B: hue angle of 160.98º 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 #07825B is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 130 91 -
CMYK 0.95 0 0.30 0.49
HSL 160.98º 0.9% 0.27% -
HSV(B) 160.98º 0.95% 0.51% -
XYZ 9.96 16.77 12.61 -
YUV 88.78 129.25 69.67 -
System Red Green Blue C M Y K H S L
Decimal 7 130 91 0.95 0 0.30 0.49 160.98 0.9 0.27
Hex 7 82 5B 5F 0 1E 31 A1 5A 1B
Octal 7 202 133 137 0 36 61 241 132 33
Binary 111 10000010 1011011 1011111 0 11110 110001 10100001 1011010 11011

Color Harmonies of #07825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07825B

Black with #07825B

Text Example


Text Example

White with #07825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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