Html Css Color HEX #006A4D Watercourse

📋 copy color: '#006A4D'

red 0 ◦ green 106 ◦ blue 77

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

Shades of Watercourse #006A4D

Tints of Watercourse #006A4D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 57.92%

 BLUE value IS 77 (30.47% from 255) = 42.08%

R = 0%
G = 57.92%
B = 42.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#006A4D (or 0x006A4D) is known color: Watercourse. HEX triplet: 00, 6A and 4D. RGB value is (0,106,77). Sum of RGB (Red+Green+Blue) = 0+106+77=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 106 (41.80% from 255 or 57.92% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 106 - color contains mainly: green. Hex color #006A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A4D is #FF95B2. Grayscale: #474747. Windows color (decimal): -16750003 or 5073408. OLE color: 5073408.

HSL color Cylindrical-coordinate representation of color #006A4D: hue angle of 163.58º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A4D is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 106 77 -
CMYK 1 0 0.27 0.58
HSL 163.58º 1% 0.21% -
HSV(B) 163.58º 1% 0.42% -
XYZ 6.49 10.84 8.77 -
YUV 71 131.38 77.36 -
System Red Green Blue C M Y K H S L
Decimal 0 106 77 1 0 0.27 0.58 163.58 1 0.21
Hex 0 6A 4D 64 0 1B 3A A4 64 15
Octal 0 152 115 144 0 33 72 244 144 25
Binary 0 1101010 1001101 1100100 0 11011 111010 10100100 1100100 10101

Color Harmonies of #006A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A4D

Black with #006A4D

Text Example


Text Example

White with #006A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,106,77); }

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

background-color css

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

 a { background-color: rgb(0,106,77); }

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

border-color css

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

 span { border-color: rgb(0,106,77); }

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