#07695A

Color #07695A Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #07695A

Tints of Tropical Rain Forest #07695A

Color information

#07695A (or 0x07695A) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 69 and 5A. RGB value is (7,105,90). Sum of RGB (Red+Green+Blue) = 7+105+90=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #07695A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07695A is #F896A5. Grayscale: #494949. Windows color (decimal): -16291494 or 5925127. OLE color: 5925127.

HSL color Cylindrical-coordinate representation of color #07695A: hue angle of 170.82º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07695A is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB710590-
CMYK0.9300.140.59
HSL170.82º87.5%21.96%-
HSV(B)170.82º93.33%41.18%-
XYZ6.9810.8911.41-
YUV73.99137.0380.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 105 (41.41% from 255) = 51.98%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=3.47%
G=51.98%
B=44.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7105900.9300.140.59170.8287.521.96
Hex7695A5D0E3Bab5816
Octal71511321350167325313026
Binary1111101001101101010111010111011101110101011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07695A;
 }
 .AnyTagClassName
 {
   color: #07695A;
 }
</style>
background-color css

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

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

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

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

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

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