Html Css Color HEX #066A5B Tropical Rain Forest

📋 copy color: '#066A5B'

red 6 ◦ green 106 ◦ blue 91

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

Shades of Tropical Rain Forest #066A5B

Tints of Tropical Rain Forest #066A5B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 52.22%

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

R = 2.96%
G = 52.22%
B = 44.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#066A5B (or 0x066A5B) is known color: Tropical Rain Forest. HEX triplet: 06, 6A and 5B. RGB value is (6,106,91). Sum of RGB (Red+Green+Blue) = 6+106+91=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 106 (41.80% from 255 or 52.22% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 106 - color contains mainly: green. Hex color #066A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066A5B is #F995A4. Grayscale: #4A4A4A. Windows color (decimal): -16356773 or 5990918. OLE color: 5990918.

HSL color Cylindrical-coordinate representation of color #066A5B: hue angle of 171º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066A5B is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 106 91 -
CMYK 0.94 0 0.14 0.58
HSL 171º 0.89% 0.22% -
HSV(B) 171º 0.94% 0.42% -
XYZ 7.12 11.1 11.67 -
YUV 74.39 137.37 79.22 -
System Red Green Blue C M Y K H S L
Decimal 6 106 91 0.94 0 0.14 0.58 171 0.89 0.22
Hex 6 6A 5B 5E 0 E 3A AB 59 16
Octal 6 152 133 136 0 16 72 253 131 26
Binary 110 1101010 1011011 1011110 0 1110 111010 10101011 1011001 10110

Color Harmonies of #066A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066A5B

Black with #066A5B

Text Example


Text Example

White with #066A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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