Html Css Color HEX #06695A Tropical Rain Forest

📋 copy color: '#06695A'

red 6 ◦ green 105 ◦ blue 90

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

Shades of Tropical Rain Forest #06695A

Tints of Tropical Rain Forest #06695A

RGB

 RED value IS 6 (2.73% from 255) = 2.99%

 GREEN value IS 105 (41.41% from 255) = 52.24%

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

R = 2.99%
G = 52.24%
B = 44.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#06695A (or 0x06695A) is known color: Tropical Rain Forest. HEX triplet: 06, 69 and 5A. RGB value is (6,105,90). Sum of RGB (Red+Green+Blue) = 6+105+90=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #06695A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06695A is #F996A5. Grayscale: #494949. Windows color (decimal): -16357030 or 5925126. OLE color: 5925126.

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

Color convert

RGB 6 105 90 -
CMYK 0.94 0 0.14 0.59
HSL 170.91º 0.89% 0.22% -
HSV(B) 170.91º 0.94% 0.41% -
XYZ 6.97 10.88 11.41 -
YUV 73.69 137.2 79.72 -
System Red Green Blue C M Y K H S L
Decimal 6 105 90 0.94 0 0.14 0.59 170.91 0.89 0.22
Hex 6 69 5A 5E 0 E 3B AB 59 16
Octal 6 151 132 136 0 16 73 253 131 26
Binary 110 1101001 1011010 1011110 0 1110 111011 10101011 1011001 10110

Color Harmonies of #06695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06695A

Black with #06695A

Text Example


Text Example

White with #06695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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