Html Css Color HEX #07705F Tropical Rain Forest

📋 copy color: '#07705F'

red 7 ◦ green 112 ◦ blue 95

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

Shades of Tropical Rain Forest #07705F

Tints of Tropical Rain Forest #07705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.34%

 BLUE value IS 95 (37.5% from 255) = 44.39%

R = 3.27%
G = 52.34%
B = 44.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#07705F (or 0x07705F) is known color: Tropical Rain Forest. HEX triplet: 07, 70 and 5F. RGB value is (7,112,95). Sum of RGB (Red+Green+Blue) = 7+112+95=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #07705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07705F is #F88FA0. Grayscale: #4E4E4E. Windows color (decimal): -16289697 or 6254599. OLE color: 6254599.

HSL color Cylindrical-coordinate representation of color #07705F: hue angle of 170.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07705F is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 95 -
CMYK 0.94 0 0.15 0.56
HSL 170.29º 0.88% 0.23% -
HSV(B) 170.29º 0.94% 0.44% -
XYZ 7.95 12.46 12.81 -
YUV 78.67 137.21 76.88 -
System Red Green Blue C M Y K H S L
Decimal 7 112 95 0.94 0 0.15 0.56 170.29 0.88 0.23
Hex 7 70 5F 5E 0 F 38 AA 58 17
Octal 7 160 137 136 0 17 70 252 130 27
Binary 111 1110000 1011111 1011110 0 1111 111000 10101010 1011000 10111

Color Harmonies of #07705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07705F

Black with #07705F

Text Example


Text Example

White with #07705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07705F; }

 p { color: rgb(7,112,95); }

 H1.HeaderClassName
 {
   color: #07705F;
 }
 .AnyTagClassName
 {
   color: #07705F;
 }
</style>

background-color css

<style>
 a { background-color: #07705F; }

 a { background-color: rgb(7,112,95); }

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

border-color css

<style>
 span { border-color: #07705F; }

 span { border-color: rgb(7,112,95); }

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