Html Css Color HEX #006043 Watercourse

📋 copy color: '#006043'

red 0 ◦ green 96 ◦ blue 67

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

Shades of Watercourse #006043

Tints of Watercourse #006043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 41.1%

R = 0%
G = 58.9%
B = 41.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#006043 (or 0x006043) is known color: Watercourse. HEX triplet: 00, 60 and 43. RGB value is (0,96,67). Sum of RGB (Red+Green+Blue) = 0+96+67=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #006043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006043 is #FF9FBC. Grayscale: #404040. Windows color (decimal): -16752573 or 4415488. OLE color: 4415488.

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

Color convert

RGB 0 96 67 -
CMYK 1 0 0.30 0.62
HSL 161.88º 1% 0.19% -
HSV(B) 161.88º 1% 0.38% -
XYZ 5.2 8.77 6.73 -
YUV 63.99 129.7 82.36 -
System Red Green Blue C M Y K H S L
Decimal 0 96 67 1 0 0.30 0.62 161.88 1 0.19
Hex 0 60 43 64 0 1E 3E A2 64 13
Octal 0 140 103 144 0 36 76 242 144 23
Binary 0 1100000 1000011 1100100 0 11110 111110 10100010 1100100 10011

Color Harmonies of #006043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006043

Black with #006043

Text Example


Text Example

White with #006043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006043; }

 p { color: rgb(0,96,67); }

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

background-color css

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

 a { background-color: rgb(0,96,67); }

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

border-color css

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

 span { border-color: rgb(0,96,67); }

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