Html Css Color HEX #066645 Watercourse

📋 copy color: '#066645'

red 6 ◦ green 102 ◦ blue 69

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

Shades of Watercourse #066645

Tints of Watercourse #066645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 38.98%

R = 3.39%
G = 57.63%
B = 38.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.6

RGB Variations

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

Color information

#066645 (or 0x066645) is known color: Watercourse. HEX triplet: 06, 66 and 45. RGB value is (6,102,69). Sum of RGB (Red+Green+Blue) = 6+102+69=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #066645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066645 is #F999BA. Grayscale: #454545. Windows color (decimal): -16357819 or 4548102. OLE color: 4548102.

HSL color Cylindrical-coordinate representation of color #066645: hue angle of 159.38º 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 #066645 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.6.

Color convert

RGB 6 102 69 -
CMYK 0.94 0 0.32 0.6
HSL 159.38º 0.89% 0.21% -
HSV(B) 159.38º 0.94% 0.4% -
XYZ 5.9 9.97 7.24 -
YUV 69.53 127.7 82.68 -
System Red Green Blue C M Y K H S L
Decimal 6 102 69 0.94 0 0.32 0.6 159.38 0.89 0.21
Hex 6 66 45 5E 0 20 3C 9F 59 15
Octal 6 146 105 136 0 40 74 237 131 25
Binary 110 1100110 1000101 1011110 0 100000 111100 10011111 1011001 10101

Color Harmonies of #066645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066645

Black with #066645

Text Example


Text Example

White with #066645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066645; }

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

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

background-color css

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

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

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

border-color css

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

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

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