Html Css Color HEX #07695A Tropical Rain Forest

📋 copy color: '#07695A'

red 7 ◦ green 105 ◦ blue 90

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

Shades of Tropical Rain Forest #07695A

Tints of Tropical Rain Forest #07695A

RGB

 RED value IS 7 (3.13% 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 value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#07695A (or 0x07695A) is known color: 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

RGB 7 105 90 -
CMYK 0.93 0 0.14 0.59
HSL 170.82º 0.88% 0.22% -
HSV(B) 170.82º 0.93% 0.41% -
XYZ 6.98 10.89 11.41 -
YUV 73.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 7 105 90 0.93 0 0.14 0.59 170.82 0.88 0.22
Hex 7 69 5A 5D 0 E 3B AB 58 16
Octal 7 151 132 135 0 16 73 253 130 26
Binary 111 1101001 1011010 1011101 0 1110 111011 10101011 1011000 10110

Color Harmonies of #07695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07695A

Black with #07695A

Text Example


Text Example

White with #07695A

Text Example


Text Example

HTML Codes & Css Web 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>