Html Css Color HEX #006945 Watercourse

📋 copy color: '#006945'

red 0 ◦ green 105 ◦ blue 69

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

Shades of Watercourse #006945

Tints of Watercourse #006945

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 105 (41.41% from 255) = 60.34%

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

R = 0%
G = 60.34%
B = 39.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#006945 (or 0x006945) is known color: Watercourse. HEX triplet: 00, 69 and 45. RGB value is (0,105,69). Sum of RGB (Red+Green+Blue) = 0+105+69=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 105 (41.41% from 255 or 60.34% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 105 - color contains mainly: green. Hex color #006945 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006945 is #FF96BA. Grayscale: #454545. Windows color (decimal): -16750267 or 4548864. OLE color: 4548864.

HSL color Cylindrical-coordinate representation of color #006945: hue angle of 159.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006945 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 105 69 -
CMYK 1 0 0.34 0.59
HSL 159.43º 1% 0.21% -
HSV(B) 159.43º 1% 0.41% -
XYZ 6.13 10.53 7.34 -
YUV 69.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 0 105 69 1 0 0.34 0.59 159.43 1 0.21
Hex 0 69 45 64 0 22 3B 9F 64 15
Octal 0 151 105 144 0 42 73 237 144 25
Binary 0 1101001 1000101 1100100 0 100010 111011 10011111 1100100 10101

Color Harmonies of #006945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006945

Black with #006945

Text Example


Text Example

White with #006945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006945; }

 p { color: rgb(0,105,69); }

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

background-color css

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

 a { background-color: rgb(0,105,69); }

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

border-color css

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

 span { border-color: rgb(0,105,69); }

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