Html Css Color HEX #006842 Watercourse

📋 copy color: '#006842'

red 0 ◦ green 104 ◦ blue 66

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

Shades of Watercourse #006842

Tints of Watercourse #006842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 61.18%

 BLUE value IS 66 (26.17% from 255) = 38.82%

R = 0%
G = 61.18%
B = 38.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#006842 (or 0x006842) is known color: Watercourse. HEX triplet: 00, 68 and 42. RGB value is (0,104,66). Sum of RGB (Red+Green+Blue) = 0+104+66=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #006842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006842 is #FF97BD. Grayscale: #444444. Windows color (decimal): -16750526 or 4352000. OLE color: 4352000.

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

Color convert

RGB 0 104 66 -
CMYK 1 0 0.37 0.59
HSL 158.08º 1% 0.2% -
HSV(B) 158.08º 1% 0.41% -
XYZ 5.93 10.29 6.83 -
YUV 68.57 126.54 79.09 -
System Red Green Blue C M Y K H S L
Decimal 0 104 66 1 0 0.37 0.59 158.08 1 0.2
Hex 0 68 42 64 0 25 3B 9E 64 14
Octal 0 150 102 144 0 45 73 236 144 24
Binary 0 1101000 1000010 1100100 0 100101 111011 10011110 1100100 10100

Color Harmonies of #006842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006842

Black with #006842

Text Example


Text Example

White with #006842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006842; }

 p { color: rgb(0,104,66); }

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

background-color css

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

 a { background-color: rgb(0,104,66); }

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

border-color css

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

 span { border-color: rgb(0,104,66); }

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