Html Css Color HEX #006345 Watercourse

📋 copy color: '#006345'

red 0 ◦ green 99 ◦ blue 69

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

Shades of Watercourse #006345

Tints of Watercourse #006345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.93%

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

R = 0%
G = 58.93%
B = 41.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#006345 (or 0x006345) is known color: Watercourse. HEX triplet: 00, 63 and 45. RGB value is (0,99,69). Sum of RGB (Red+Green+Blue) = 0+99+69=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #006345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006345 is #FF9CBA. Grayscale: #424242. Windows color (decimal): -16751803 or 4547328. OLE color: 4547328.

HSL color Cylindrical-coordinate representation of color #006345: hue angle of 161.82º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006345 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 99 69 -
CMYK 1 0 0.30 0.61
HSL 161.82º 1% 0.19% -
HSV(B) 161.82º 1% 0.39% -
XYZ 5.54 9.35 7.14 -
YUV 65.98 129.7 80.94 -
System Red Green Blue C M Y K H S L
Decimal 0 99 69 1 0 0.30 0.61 161.82 1 0.19
Hex 0 63 45 64 0 1E 3D A2 64 13
Octal 0 143 105 144 0 36 75 242 144 23
Binary 0 1100011 1000101 1100100 0 11110 111101 10100010 1100100 10011

Color Harmonies of #006345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006345

Black with #006345

Text Example


Text Example

White with #006345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006345; }

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

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

background-color css

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

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

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

border-color css

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

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

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