Html Css Color HEX #007141 Watercourse

📋 copy color: '#007141'

red 0 ◦ green 113 ◦ blue 65

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

Shades of Watercourse #007141

Tints of Watercourse #007141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.52%

R = 0%
G = 63.48%
B = 36.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#007141 (or 0x007141) is known color: Watercourse. HEX triplet: 00, 71 and 41. RGB value is (0,113,65). Sum of RGB (Red+Green+Blue) = 0+113+65=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #007141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007141 is #FF8EBE. Grayscale: #494949. Windows color (decimal): -16748223 or 4288768. OLE color: 4288768.

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

Color convert

RGB 0 113 65 -
CMYK 1 0 0.42 0.56
HSL 154.51º 1% 0.22% -
HSV(B) 154.51º 1% 0.44% -
XYZ 6.86 12.19 6.99 -
YUV 73.74 123.06 75.4 -
System Red Green Blue C M Y K H S L
Decimal 0 113 65 1 0 0.42 0.56 154.51 1 0.22
Hex 0 71 41 64 0 2A 38 9B 64 16
Octal 0 161 101 144 0 52 70 233 144 26
Binary 0 1110001 1000001 1100100 0 101010 111000 10011011 1100100 10110

Color Harmonies of #007141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007141

Black with #007141

Text Example


Text Example

White with #007141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007141; }

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

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

background-color css

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

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

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

border-color css

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

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

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