Html Css Color HEX #066B5A Tropical Rain Forest

📋 copy color: '#066B5A'

red 6 ◦ green 107 ◦ blue 90

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

Shades of Tropical Rain Forest #066B5A

Tints of Tropical Rain Forest #066B5A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 52.71%

 BLUE value IS 90 (35.55% from 255) = 44.33%

R = 2.96%
G = 52.71%
B = 44.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#066B5A (or 0x066B5A) is known color: Tropical Rain Forest. HEX triplet: 06, 6B and 5A. RGB value is (6,107,90). Sum of RGB (Red+Green+Blue) = 6+107+90=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #066B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B5A is #F994A5. Grayscale: #4A4A4A. Windows color (decimal): -16356518 or 5925638. OLE color: 5925638.

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

Color convert

RGB 6 107 90 -
CMYK 0.94 0 0.16 0.58
HSL 169.9º 0.89% 0.22% -
HSV(B) 169.9º 0.94% 0.42% -
XYZ 7.18 11.29 11.47 -
YUV 74.86 136.54 78.88 -
System Red Green Blue C M Y K H S L
Decimal 6 107 90 0.94 0 0.16 0.58 169.9 0.89 0.22
Hex 6 6B 5A 5E 0 10 3A AA 59 16
Octal 6 153 132 136 0 20 72 252 131 26
Binary 110 1101011 1011010 1011110 0 10000 111010 10101010 1011001 10110

Color Harmonies of #066B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066B5A

Black with #066B5A

Text Example


Text Example

White with #066B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,107,90); }

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

background-color css

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

 a { background-color: rgb(6,107,90); }

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

border-color css

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

 span { border-color: rgb(6,107,90); }

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