Html Css Color HEX #007145 Watercourse

📋 copy color: '#007145'

red 0 ◦ green 113 ◦ blue 69

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

Shades of Watercourse #007145

Tints of Watercourse #007145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.91%

R = 0%
G = 62.09%
B = 37.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#007145 (or 0x007145) is known color: Watercourse. HEX triplet: 00, 71 and 45. RGB value is (0,113,69). Sum of RGB (Red+Green+Blue) = 0+113+69=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #007145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007145 is #FF8EBA. Grayscale: #4A4A4A. Windows color (decimal): -16748219 or 4550912. OLE color: 4550912.

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

Color convert

RGB 0 113 69 -
CMYK 1 0 0.39 0.56
HSL 156.64º 1% 0.22% -
HSV(B) 156.64º 1% 0.44% -
XYZ 6.98 12.24 7.62 -
YUV 74.2 125.06 75.08 -
System Red Green Blue C M Y K H S L
Decimal 0 113 69 1 0 0.39 0.56 156.64 1 0.22
Hex 0 71 45 64 0 27 38 9D 64 16
Octal 0 161 105 144 0 47 70 235 144 26
Binary 0 1110001 1000101 1100100 0 100111 111000 10011101 1100100 10110

Color Harmonies of #007145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007145

Black with #007145

Text Example


Text Example

White with #007145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007145; }

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

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

background-color css

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

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

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

border-color css

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

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

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