Html Css Color HEX #06745D Tropical Rain Forest

📋 copy color: '#06745D'

red 6 ◦ green 116 ◦ blue 93

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

Shades of Tropical Rain Forest #06745D

Tints of Tropical Rain Forest #06745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.95%

 BLUE value IS 93 (36.72% from 255) = 43.26%

R = 2.79%
G = 53.95%
B = 43.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#06745D (or 0x06745D) is known color: Tropical Rain Forest. HEX triplet: 06, 74 and 5D. RGB value is (6,116,93). Sum of RGB (Red+Green+Blue) = 6+116+93=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #06745D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06745D is #F98BA2. Grayscale: #505050. Windows color (decimal): -16354211 or 6124550. OLE color: 6124550.

HSL color Cylindrical-coordinate representation of color #06745D: hue angle of 167.45º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06745D is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 116 93 -
CMYK 0.95 0 0.20 0.55
HSL 167.45º 0.9% 0.24% -
HSV(B) 167.45º 0.95% 0.45% -
XYZ 8.3 13.32 12.49 -
YUV 80.49 135.06 74.87 -
System Red Green Blue C M Y K H S L
Decimal 6 116 93 0.95 0 0.20 0.55 167.45 0.9 0.24
Hex 6 74 5D 5F 0 14 37 A7 5A 18
Octal 6 164 135 137 0 24 67 247 132 30
Binary 110 1110100 1011101 1011111 0 10100 110111 10100111 1011010 11000

Color Harmonies of #06745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06745D

Black with #06745D

Text Example


Text Example

White with #06745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06745D; }

 p { color: rgb(6,116,93); }

 H1.HeaderClassName
 {
   color: #06745D;
 }
 .AnyTagClassName
 {
   color: #06745D;
 }
</style>

background-color css

<style>
 a { background-color: #06745D; }

 a { background-color: rgb(6,116,93); }

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

border-color css

<style>
 span { border-color: #06745D; }

 span { border-color: rgb(6,116,93); }

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