Html Css Color HEX #07835A Tropical Rain Forest

📋 copy color: '#07835A'

red 7 ◦ green 131 ◦ blue 90

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

Shades of Tropical Rain Forest #07835A

Tints of Tropical Rain Forest #07835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.46%

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

R = 3.07%
G = 57.46%
B = 39.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#07835A (or 0x07835A) is known color: Tropical Rain Forest. HEX triplet: 07, 83 and 5A. RGB value is (7,131,90). Sum of RGB (Red+Green+Blue) = 7+131+90=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #07835A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07835A is #F87CA5. Grayscale: #595959. Windows color (decimal): -16284838 or 5931783. OLE color: 5931783.

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

Color convert

RGB 7 131 90 -
CMYK 0.95 0 0.31 0.49
HSL 160.16º 0.9% 0.27% -
HSV(B) 160.16º 0.95% 0.51% -
XYZ 10.05 17.02 12.43 -
YUV 89.25 128.42 69.33 -
System Red Green Blue C M Y K H S L
Decimal 7 131 90 0.95 0 0.31 0.49 160.16 0.9 0.27
Hex 7 83 5A 5F 0 1F 31 A0 5A 1B
Octal 7 203 132 137 0 37 61 240 132 33
Binary 111 10000011 1011010 1011111 0 11111 110001 10100000 1011010 11011

Color Harmonies of #07835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07835A

Black with #07835A

Text Example


Text Example

White with #07835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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