Html Css Color HEX #06715D Tropical Rain Forest

📋 copy color: '#06715D'

red 6 ◦ green 113 ◦ blue 93

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

Shades of Tropical Rain Forest #06715D

Tints of Tropical Rain Forest #06715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.3%

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

R = 2.83%
G = 53.3%
B = 43.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#06715D (or 0x06715D) is known color: Tropical Rain Forest. HEX triplet: 06, 71 and 5D. RGB value is (6,113,93). Sum of RGB (Red+Green+Blue) = 6+113+93=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #06715D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06715D is #F98EA2. Grayscale: #4E4E4E. Windows color (decimal): -16354979 or 6123782. OLE color: 6123782.

HSL color Cylindrical-coordinate representation of color #06715D: hue angle of 168.79º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06715D is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 113 93 -
CMYK 0.95 0 0.18 0.56
HSL 168.79º 0.9% 0.23% -
HSV(B) 168.79º 0.95% 0.44% -
XYZ 7.96 12.64 12.38 -
YUV 78.73 136.05 76.13 -
System Red Green Blue C M Y K H S L
Decimal 6 113 93 0.95 0 0.18 0.56 168.79 0.9 0.23
Hex 6 71 5D 5F 0 12 38 A9 5A 17
Octal 6 161 135 137 0 22 70 251 132 27
Binary 110 1110001 1011101 1011111 0 10010 111000 10101001 1011010 10111

Color Harmonies of #06715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06715D

Black with #06715D

Text Example


Text Example

White with #06715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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