Html Css Color HEX #007149 Watercourse

📋 copy color: '#007149'

red 0 ◦ green 113 ◦ blue 73

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

Shades of Watercourse #007149

Tints of Watercourse #007149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 39.25%

R = 0%
G = 60.75%
B = 39.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#007149 (or 0x007149) is known color: Watercourse. HEX triplet: 00, 71 and 49. RGB value is (0,113,73). Sum of RGB (Red+Green+Blue) = 0+113+73=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #007149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007149 is #FF8EB6. Grayscale: #4A4A4A. Windows color (decimal): -16748215 or 4813056. OLE color: 4813056.

HSL color Cylindrical-coordinate representation of color #007149: hue angle of 158.76º 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 #007149 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 113 73 -
CMYK 1 0 0.35 0.56
HSL 158.76º 1% 0.22% -
HSV(B) 158.76º 1% 0.44% -
XYZ 7.11 12.29 8.3 -
YUV 74.65 127.06 74.75 -
System Red Green Blue C M Y K H S L
Decimal 0 113 73 1 0 0.35 0.56 158.76 1 0.22
Hex 0 71 49 64 0 23 38 9F 64 16
Octal 0 161 111 144 0 43 70 237 144 26
Binary 0 1110001 1001001 1100100 0 100011 111000 10011111 1100100 10110

Color Harmonies of #007149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007149

Black with #007149

Text Example


Text Example

White with #007149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007149; }

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

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

background-color css

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

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

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

border-color css

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

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

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