Html Css Color HEX #066D5D Tropical Rain Forest

📋 copy color: '#066D5D'

red 6 ◦ green 109 ◦ blue 93

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

Shades of Tropical Rain Forest #066D5D

Tints of Tropical Rain Forest #066D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 52.4%

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

R = 2.88%
G = 52.4%
B = 44.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#066D5D (or 0x066D5D) is known color: Tropical Rain Forest. HEX triplet: 06, 6D and 5D. RGB value is (6,109,93). Sum of RGB (Red+Green+Blue) = 6+109+93=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 109 (42.97% from 255 or 52.40% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 109 - color contains mainly: green. Hex color #066D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D5D is #F992A2. Grayscale: #4C4C4C. Windows color (decimal): -16356003 or 6122758. OLE color: 6122758.

HSL color Cylindrical-coordinate representation of color #066D5D: hue angle of 170.68º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066D5D is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 109 93 -
CMYK 0.94 0 0.15 0.57
HSL 170.68º 0.9% 0.23% -
HSV(B) 170.68º 0.94% 0.43% -
XYZ 7.52 11.77 12.23 -
YUV 76.38 137.38 77.8 -
System Red Green Blue C M Y K H S L
Decimal 6 109 93 0.94 0 0.15 0.57 170.68 0.9 0.23
Hex 6 6D 5D 5E 0 F 39 AB 5A 17
Octal 6 155 135 136 0 17 71 253 132 27
Binary 110 1101101 1011101 1011110 0 1111 111001 10101011 1011010 10111

Color Harmonies of #066D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066D5D

Black with #066D5D

Text Example


Text Example

White with #066D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066D5D; }

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

 H1.HeaderClassName
 {
   color: #066D5D;
 }
 .AnyTagClassName
 {
   color: #066D5D;
 }
</style>

background-color css

<style>
 a { background-color: #066D5D; }

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

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

border-color css

<style>
 span { border-color: #066D5D; }

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

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