Html Css Color HEX #05794B Watercourse

📋 copy color: '#05794B'

red 5 ◦ green 121 ◦ blue 75

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

Shades of Watercourse #05794B

Tints of Watercourse #05794B

RGB

 RED value IS 5 (2.34% from 255) = 2.49%

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

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

R = 2.49%
G = 60.2%
B = 37.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#05794B (or 0x05794B) is known color: Watercourse. HEX triplet: 05, 79 and 4B. RGB value is (5,121,75). Sum of RGB (Red+Green+Blue) = 5+121+75=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 121 (47.66% from 255 or 60.20% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 121 - color contains mainly: green. Hex color #05794B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05794B is #FA86B4. Grayscale: #515151. Windows color (decimal): -16418485 or 4946181. OLE color: 4946181.

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

Color convert

RGB 5 121 75 -
CMYK 0.96 0 0.38 0.53
HSL 156.21º 0.92% 0.25% -
HSV(B) 156.21º 0.96% 0.47% -
XYZ 8.17 14.22 8.97 -
YUV 81.07 124.57 73.74 -
System Red Green Blue C M Y K H S L
Decimal 5 121 75 0.96 0 0.38 0.53 156.21 0.92 0.25
Hex 5 79 4B 60 0 26 35 9C 5C 19
Octal 5 171 113 140 0 46 65 234 134 31
Binary 101 1111001 1001011 1100000 0 100110 110101 10011100 1011100 11001

Color Harmonies of #05794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05794B

Black with #05794B

Text Example


Text Example

White with #05794B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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