Html Css Color HEX #007144 Watercourse

📋 copy color: '#007144'

red 0 ◦ green 113 ◦ blue 68

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

Shades of Watercourse #007144

Tints of Watercourse #007144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.43%

 BLUE value IS 68 (26.95% from 255) = 37.57%

R = 0%
G = 62.43%
B = 37.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#007144 (or 0x007144) is known color: Watercourse. HEX triplet: 00, 71 and 44. RGB value is (0,113,68). Sum of RGB (Red+Green+Blue) = 0+113+68=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #007144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007144 is #FF8EBB. Grayscale: #4A4A4A. Windows color (decimal): -16748220 or 4485376. OLE color: 4485376.

HSL color Cylindrical-coordinate representation of color #007144: hue angle of 156.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007144 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 113 68 -
CMYK 1 0 0.40 0.56
HSL 156.11º 1% 0.22% -
HSV(B) 156.11º 1% 0.44% -
XYZ 6.95 12.23 7.46 -
YUV 74.08 124.56 75.16 -
System Red Green Blue C M Y K H S L
Decimal 0 113 68 1 0 0.40 0.56 156.11 1 0.22
Hex 0 71 44 64 0 28 38 9C 64 16
Octal 0 161 104 144 0 50 70 234 144 26
Binary 0 1110001 1000100 1100100 0 101000 111000 10011100 1100100 10110

Color Harmonies of #007144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007144

Black with #007144

Text Example


Text Example

White with #007144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007144; }

 p { color: rgb(0,113,68); }

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

background-color css

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

 a { background-color: rgb(0,113,68); }

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

border-color css

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

 span { border-color: rgb(0,113,68); }

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