Html Css Color HEX #07705C Tropical Rain Forest

📋 copy color: '#07705C'

red 7 ◦ green 112 ◦ blue 92

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

Shades of Tropical Rain Forest #07705C

Tints of Tropical Rain Forest #07705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.6%

R = 3.32%
G = 53.08%
B = 43.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#07705C (or 0x07705C) is known color: Tropical Rain Forest. HEX triplet: 07, 70 and 5C. RGB value is (7,112,92). Sum of RGB (Red+Green+Blue) = 7+112+92=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #07705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07705C is #F88FA3. Grayscale: #4E4E4E. Windows color (decimal): -16289700 or 6057991. OLE color: 6057991.

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

Color convert

RGB 7 112 92 -
CMYK 0.94 0 0.18 0.56
HSL 168.57º 0.88% 0.23% -
HSV(B) 168.57º 0.94% 0.44% -
XYZ 7.81 12.41 12.11 -
YUV 78.33 135.71 77.13 -
System Red Green Blue C M Y K H S L
Decimal 7 112 92 0.94 0 0.18 0.56 168.57 0.88 0.23
Hex 7 70 5C 5E 0 12 38 A9 58 17
Octal 7 160 134 136 0 22 70 251 130 27
Binary 111 1110000 1011100 1011110 0 10010 111000 10101001 1011000 10111

Color Harmonies of #07705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07705C

Black with #07705C

Text Example


Text Example

White with #07705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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