Html Css Color HEX #006E45 Watercourse

📋 copy color: '#006E45'

red 0 ◦ green 110 ◦ blue 69

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

Shades of Watercourse #006E45

Tints of Watercourse #006E45

RGB

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

 GREEN value IS 110 (43.36% from 255) = 61.45%

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

R = 0%
G = 61.45%
B = 38.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#006E45 (or 0x006E45) is known color: Watercourse. HEX triplet: 00, 6E and 45. RGB value is (0,110,69). Sum of RGB (Red+Green+Blue) = 0+110+69=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 110 (43.36% from 255 or 61.45% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 110 - color contains mainly: green. Hex color #006E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006E45 is #FF91BA. Grayscale: #484848. Windows color (decimal): -16748987 or 4550144. OLE color: 4550144.

HSL color Cylindrical-coordinate representation of color #006E45: hue angle of 157.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E45 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 110 69 -
CMYK 1 0 0.37 0.57
HSL 157.64º 1% 0.22% -
HSV(B) 157.64º 1% 0.43% -
XYZ 6.65 11.58 7.52 -
YUV 72.44 126.06 76.33 -
System Red Green Blue C M Y K H S L
Decimal 0 110 69 1 0 0.37 0.57 157.64 1 0.22
Hex 0 6E 45 64 0 25 39 9E 64 16
Octal 0 156 105 144 0 45 71 236 144 26
Binary 0 1101110 1000101 1100100 0 100101 111001 10011110 1100100 10110

Color Harmonies of #006E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006E45

Black with #006E45

Text Example


Text Example

White with #006E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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