Html Css Color HEX #066D5B Tropical Rain Forest

📋 copy color: '#066D5B'

red 6 ◦ green 109 ◦ blue 91

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

Shades of Tropical Rain Forest #066D5B

Tints of Tropical Rain Forest #066D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.17%

R = 2.91%
G = 52.91%
B = 44.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#066D5B (or 0x066D5B) is known color: Tropical Rain Forest. HEX triplet: 06, 6D and 5B. RGB value is (6,109,91). Sum of RGB (Red+Green+Blue) = 6+109+91=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #066D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D5B is #F992A4. Grayscale: #4C4C4C. Windows color (decimal): -16356005 or 5991686. OLE color: 5991686.

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

Color convert

RGB 6 109 91 -
CMYK 0.94 0 0.17 0.57
HSL 169.51º 0.9% 0.23% -
HSV(B) 169.51º 0.94% 0.43% -
XYZ 7.43 11.73 11.77 -
YUV 76.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 6 109 91 0.94 0 0.17 0.57 169.51 0.9 0.23
Hex 6 6D 5B 5E 0 11 39 AA 5A 17
Octal 6 155 133 136 0 21 71 252 132 27
Binary 110 1101101 1011011 1011110 0 10001 111001 10101010 1011010 10111

Color Harmonies of #066D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066D5B

Black with #066D5B

Text Example


Text Example

White with #066D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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