Html Css Color HEX #066D62 Tropical Rain Forest

📋 copy color: '#066D62'

red 6 ◦ green 109 ◦ blue 98

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

Shades of Tropical Rain Forest #066D62

Tints of Tropical Rain Forest #066D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.01%

R = 2.82%
G = 51.17%
B = 46.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#066D62 (or 0x066D62) is known color: Tropical Rain Forest. HEX triplet: 06, 6D and 62. RGB value is (6,109,98). Sum of RGB (Red+Green+Blue) = 6+109+98=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #066D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D62 is #F9929D. Grayscale: #4C4C4C. Windows color (decimal): -16355998 or 6450438. OLE color: 6450438.

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

Color convert

RGB 6 109 98 -
CMYK 0.94 0 0.10 0.57
HSL 173.59º 0.9% 0.23% -
HSV(B) 173.59º 0.94% 0.43% -
XYZ 7.75 11.86 13.44 -
YUV 76.95 139.88 77.39 -
System Red Green Blue C M Y K H S L
Decimal 6 109 98 0.94 0 0.10 0.57 173.59 0.9 0.23
Hex 6 6D 62 5E 0 A 39 AE 5A 17
Octal 6 155 142 136 0 12 71 256 132 27
Binary 110 1101101 1100010 1011110 0 1010 111001 10101110 1011010 10111

Color Harmonies of #066D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066D62

Black with #066D62

Text Example


Text Example

White with #066D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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