Html Css Color HEX #066D5C Tropical Rain Forest

📋 copy color: '#066D5C'

red 6 ◦ green 109 ◦ blue 92

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

Shades of Tropical Rain Forest #066D5C

Tints of Tropical Rain Forest #066D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.44%

R = 2.9%
G = 52.66%
B = 44.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#066D5C (or 0x066D5C) is known color: Tropical Rain Forest. HEX triplet: 06, 6D and 5C. RGB value is (6,109,92). Sum of RGB (Red+Green+Blue) = 6+109+92=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #066D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D5C is #F992A3. Grayscale: #4C4C4C. Windows color (decimal): -16356004 or 6057222. OLE color: 6057222.

HSL color Cylindrical-coordinate representation of color #066D5C: hue angle of 170.1º 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 #066D5C is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 109 92 -
CMYK 0.94 0 0.16 0.57
HSL 170.1º 0.9% 0.23% -
HSV(B) 170.1º 0.94% 0.43% -
XYZ 7.48 11.75 12 -
YUV 76.27 136.88 77.88 -
System Red Green Blue C M Y K H S L
Decimal 6 109 92 0.94 0 0.16 0.57 170.1 0.9 0.23
Hex 6 6D 5C 5E 0 10 39 AA 5A 17
Octal 6 155 134 136 0 20 71 252 132 27
Binary 110 1101101 1011100 1011110 0 10000 111001 10101010 1011010 10111

Color Harmonies of #066D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066D5C

Black with #066D5C

Text Example


Text Example

White with #066D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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