Html Css Color HEX #066045 Watercourse

📋 copy color: '#066045'

red 6 ◦ green 96 ◦ blue 69

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

Shades of Watercourse #066045

Tints of Watercourse #066045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.14%

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

R = 3.51%
G = 56.14%
B = 40.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#066045 (or 0x066045) is known color: Watercourse. HEX triplet: 06, 60 and 45. RGB value is (6,96,69). Sum of RGB (Red+Green+Blue) = 6+96+69=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #066045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066045 is #F99FBA. Grayscale: #424242. Windows color (decimal): -16359355 or 4546566. OLE color: 4546566.

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

Color convert

RGB 6 96 69 -
CMYK 0.94 0 0.28 0.62
HSL 162º 0.88% 0.2% -
HSV(B) 162º 0.94% 0.38% -
XYZ 5.33 8.83 7.05 -
YUV 66.01 129.68 85.2 -
System Red Green Blue C M Y K H S L
Decimal 6 96 69 0.94 0 0.28 0.62 162 0.88 0.2
Hex 6 60 45 5E 0 1C 3E A2 58 14
Octal 6 140 105 136 0 34 76 242 130 24
Binary 110 1100000 1000101 1011110 0 11100 111110 10100010 1011000 10100

Color Harmonies of #066045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066045

Black with #066045

Text Example


Text Example

White with #066045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066045; }

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

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

background-color css

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

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

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

border-color css

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

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

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