Html Css Color HEX #066150 Watercourse

📋 copy color: '#066150'

red 6 ◦ green 97 ◦ blue 80

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

Shades of Watercourse #066150

Tints of Watercourse #066150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.01%

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

R = 3.28%
G = 53.01%
B = 43.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#066150 (or 0x066150) is known color: Watercourse. HEX triplet: 06, 61 and 50. RGB value is (6,97,80). Sum of RGB (Red+Green+Blue) = 6+97+80=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #066150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066150 is #F99EAF. Grayscale: #434343. Windows color (decimal): -16359088 or 5267718. OLE color: 5267718.

HSL color Cylindrical-coordinate representation of color #066150: hue angle of 168.79º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066150 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 97 80 -
CMYK 0.94 0 0.18 0.62
HSL 168.79º 0.88% 0.2% -
HSV(B) 168.79º 0.94% 0.38% -
XYZ 5.8 9.17 9.05 -
YUV 67.85 134.85 83.88 -
System Red Green Blue C M Y K H S L
Decimal 6 97 80 0.94 0 0.18 0.62 168.79 0.88 0.2
Hex 6 61 50 5E 0 12 3E A9 58 14
Octal 6 141 120 136 0 22 76 251 130 24
Binary 110 1100001 1010000 1011110 0 10010 111110 10101001 1011000 10100

Color Harmonies of #066150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066150

Black with #066150

Text Example


Text Example

White with #066150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066150; }

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

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

background-color css

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

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

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

border-color css

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

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

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