Html Css Color HEX #00794B Watercourse

📋 copy color: '#00794B'

red 0 ◦ green 121 ◦ blue 75

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

Shades of Watercourse #00794B

Tints of Watercourse #00794B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 61.73%

 BLUE value IS 75 (29.69% from 255) = 38.27%

R = 0%
G = 61.73%
B = 38.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#00794B (or 0x00794B) is known color: Watercourse. HEX triplet: 00, 79 and 4B. RGB value is (0,121,75). Sum of RGB (Red+Green+Blue) = 0+121+75=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 121 (47.66% from 255 or 61.73% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 121 - color contains mainly: green. Hex color #00794B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00794B is #FF86B4. Grayscale: #4F4F4F. Windows color (decimal): -16746165 or 4946176. OLE color: 4946176.

HSL color Cylindrical-coordinate representation of color #00794B: hue angle of 157.19º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00794B is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 121 75 -
CMYK 1 0 0.38 0.53
HSL 157.19º 1% 0.24% -
HSV(B) 157.19º 1% 0.47% -
XYZ 8.11 14.18 8.97 -
YUV 79.58 125.41 71.24 -
System Red Green Blue C M Y K H S L
Decimal 0 121 75 1 0 0.38 0.53 157.19 1 0.24
Hex 0 79 4B 64 0 26 35 9D 64 18
Octal 0 171 113 144 0 46 65 235 144 30
Binary 0 1111001 1001011 1100100 0 100110 110101 10011101 1100100 11000

Color Harmonies of #00794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00794B

Black with #00794B

Text Example


Text Example

White with #00794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00794B; }

 p { color: rgb(0,121,75); }

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

background-color css

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

 a { background-color: rgb(0,121,75); }

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

border-color css

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

 span { border-color: rgb(0,121,75); }

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