Html Css Color HEX #07705E Tropical Rain Forest

📋 copy color: '#07705E'

red 7 ◦ green 112 ◦ blue 94

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

Shades of Tropical Rain Forest #07705E

Tints of Tropical Rain Forest #07705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.13%

R = 3.29%
G = 52.58%
B = 44.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#07705E (or 0x07705E) is known color: Tropical Rain Forest. HEX triplet: 07, 70 and 5E. RGB value is (7,112,94). Sum of RGB (Red+Green+Blue) = 7+112+94=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #07705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07705E is #F88FA1. Grayscale: #4E4E4E. Windows color (decimal): -16289698 or 6189063. OLE color: 6189063.

HSL color Cylindrical-coordinate representation of color #07705E: hue angle of 169.71º 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 #07705E is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 94 -
CMYK 0.94 0 0.16 0.56
HSL 169.71º 0.88% 0.23% -
HSV(B) 169.71º 0.94% 0.44% -
XYZ 7.9 12.44 12.57 -
YUV 78.55 136.71 76.96 -
System Red Green Blue C M Y K H S L
Decimal 7 112 94 0.94 0 0.16 0.56 169.71 0.88 0.23
Hex 7 70 5E 5E 0 10 38 AA 58 17
Octal 7 160 136 136 0 20 70 252 130 27
Binary 111 1110000 1011110 1011110 0 10000 111000 10101010 1011000 10111

Color Harmonies of #07705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07705E

Black with #07705E

Text Example


Text Example

White with #07705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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