Html Css Color HEX #007142 Watercourse

📋 copy color: '#007142'

red 0 ◦ green 113 ◦ blue 66

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

Shades of Watercourse #007142

Tints of Watercourse #007142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.87%

R = 0%
G = 63.13%
B = 36.87%

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

#007142 (or 0x007142) is known color: Watercourse. HEX triplet: 00, 71 and 42. RGB value is (0,113,66). Sum of RGB (Red+Green+Blue) = 0+113+66=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #007142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007142 is #FF8EBD. Grayscale: #494949. Windows color (decimal): -16748222 or 4354304. OLE color: 4354304.

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

Color convert

RGB 0 113 66 -
CMYK 1 0 0.42 0.56
HSL 155.04º 1% 0.22% -
HSV(B) 155.04º 1% 0.44% -
XYZ 6.89 12.2 7.15 -
YUV 73.86 123.56 75.32 -
System Red Green Blue C M Y K H S L
Decimal 0 113 66 1 0 0.42 0.56 155.04 1 0.22
Hex 0 71 42 64 0 2A 38 9B 64 16
Octal 0 161 102 144 0 52 70 233 144 26
Binary 0 1110001 1000010 1100100 0 101010 111000 10011011 1100100 10110

Color Harmonies of #007142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007142

Black with #007142

Text Example


Text Example

White with #007142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007142; }

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

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

background-color css

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

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

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

border-color css

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

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

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