Html Css Color HEX #066650 Watercourse

📋 copy color: '#066650'

red 6 ◦ green 102 ◦ blue 80

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

Shades of Watercourse #066650

Tints of Watercourse #066650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.26%

 BLUE value IS 80 (31.64% from 255) = 42.55%

R = 3.19%
G = 54.26%
B = 42.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#066650 (or 0x066650) is known color: Watercourse. HEX triplet: 06, 66 and 50. RGB value is (6,102,80). Sum of RGB (Red+Green+Blue) = 6+102+80=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #066650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066650 is #F999AF. Grayscale: #464646. Windows color (decimal): -16357808 or 5268998. OLE color: 5268998.

HSL color Cylindrical-coordinate representation of color #066650: hue angle of 166.25º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066650 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 6 102 80 -
CMYK 0.94 0 0.22 0.6
HSL 166.25º 0.89% 0.21% -
HSV(B) 166.25º 0.94% 0.4% -
XYZ 6.27 10.12 9.21 -
YUV 70.79 133.2 81.79 -
System Red Green Blue C M Y K H S L
Decimal 6 102 80 0.94 0 0.22 0.6 166.25 0.89 0.21
Hex 6 66 50 5E 0 16 3C A6 59 15
Octal 6 146 120 136 0 26 74 246 131 25
Binary 110 1100110 1010000 1011110 0 10110 111100 10100110 1011001 10101

Color Harmonies of #066650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066650

Black with #066650

Text Example


Text Example

White with #066650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066650; }

 p { color: rgb(6,102,80); }

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

background-color css

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

 a { background-color: rgb(6,102,80); }

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

border-color css

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

 span { border-color: rgb(6,102,80); }

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