Html Css Color HEX #007D42 Watercourse

📋 copy color: '#007D42'

red 0 ◦ green 125 ◦ blue 66

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

Shades of Watercourse #007D42

Tints of Watercourse #007D42

RGB

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

 GREEN value IS 125 (49.22% from 255) = 65.45%

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

R = 0%
G = 65.45%
B = 34.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#007D42 (or 0x007D42) is known color: Watercourse. HEX triplet: 00, 7D and 42. RGB value is (0,125,66). Sum of RGB (Red+Green+Blue) = 0+125+66=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 125 (49.22% from 255 or 65.45% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 125 - color contains mainly: green. Hex color #007D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007D42 is #FF82BD. Grayscale: #515151. Windows color (decimal): -16745150 or 4357376. OLE color: 4357376.

HSL color Cylindrical-coordinate representation of color #007D42: hue angle of 151.68º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D42 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 125 66 -
CMYK 1 0 0.47 0.51
HSL 151.68º 1% 0.25% -
HSV(B) 151.68º 1% 0.49% -
XYZ 8.32 15.06 7.62 -
YUV 80.9 119.59 70.3 -
System Red Green Blue C M Y K H S L
Decimal 0 125 66 1 0 0.47 0.51 151.68 1 0.25
Hex 0 7D 42 64 0 2F 33 98 64 19
Octal 0 175 102 144 0 57 63 230 144 31
Binary 0 1111101 1000010 1100100 0 101111 110011 10011000 1100100 11001

Color Harmonies of #007D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007D42

Black with #007D42

Text Example


Text Example

White with #007D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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