Html Css Color HEX #07705A Tropical Rain Forest

📋 copy color: '#07705A'

red 7 ◦ green 112 ◦ blue 90

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

Shades of Tropical Rain Forest #07705A

Tints of Tropical Rain Forest #07705A

RGB

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

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

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

R = 3.35%
G = 53.59%
B = 43.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#07705A (or 0x07705A) is known color: Tropical Rain Forest. HEX triplet: 07, 70 and 5A. RGB value is (7,112,90). Sum of RGB (Red+Green+Blue) = 7+112+90=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #07705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07705A is #F88FA5. Grayscale: #4E4E4E. Windows color (decimal): -16289702 or 5926919. OLE color: 5926919.

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

Color convert

RGB 7 112 90 -
CMYK 0.94 0 0.20 0.56
HSL 167.43º 0.88% 0.23% -
HSV(B) 167.43º 0.94% 0.44% -
XYZ 7.73 12.37 11.65 -
YUV 78.1 134.71 77.29 -
System Red Green Blue C M Y K H S L
Decimal 7 112 90 0.94 0 0.20 0.56 167.43 0.88 0.23
Hex 7 70 5A 5E 0 14 38 A7 58 17
Octal 7 160 132 136 0 24 70 247 130 27
Binary 111 1110000 1011010 1011110 0 10100 111000 10100111 1011000 10111

Color Harmonies of #07705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07705A

Black with #07705A

Text Example


Text Example

White with #07705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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