Html Css Color HEX #05774B Watercourse

📋 copy color: '#05774B'

red 5 ◦ green 119 ◦ blue 75

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

Shades of Watercourse #05774B

Tints of Watercourse #05774B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 59.8%

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

R = 2.51%
G = 59.8%
B = 37.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#05774B (or 0x05774B) is known color: Watercourse. HEX triplet: 05, 77 and 4B. RGB value is (5,119,75). Sum of RGB (Red+Green+Blue) = 5+119+75=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #05774B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05774B is #FA88B4. Grayscale: #4F4F4F. Windows color (decimal): -16418997 or 4945669. OLE color: 4945669.

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

Color convert

RGB 5 119 75 -
CMYK 0.96 0 0.37 0.53
HSL 156.84º 0.92% 0.24% -
HSV(B) 156.84º 0.96% 0.47% -
XYZ 7.93 13.73 8.89 -
YUV 79.9 125.23 74.58 -
System Red Green Blue C M Y K H S L
Decimal 5 119 75 0.96 0 0.37 0.53 156.84 0.92 0.24
Hex 5 77 4B 60 0 25 35 9D 5C 18
Octal 5 167 113 140 0 45 65 235 134 30
Binary 101 1110111 1001011 1100000 0 100101 110101 10011101 1011100 11000

Color Harmonies of #05774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05774B

Black with #05774B

Text Example


Text Example

White with #05774B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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