Html Css Color HEX #05754D Watercourse

📋 copy color: '#05754D'

red 5 ◦ green 117 ◦ blue 77

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

Shades of Watercourse #05754D

Tints of Watercourse #05754D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 58.79%

 BLUE value IS 77 (30.47% from 255) = 38.69%

R = 2.51%
G = 58.79%
B = 38.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#05754D (or 0x05754D) is known color: Watercourse. HEX triplet: 05, 75 and 4D. RGB value is (5,117,77). Sum of RGB (Red+Green+Blue) = 5+117+77=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #05754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05754D is #FA8AB2. Grayscale: #4F4F4F. Windows color (decimal): -16419507 or 5076229. OLE color: 5076229.

HSL color Cylindrical-coordinate representation of color #05754D: hue angle of 158.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05754D is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 117 77 -
CMYK 0.96 0 0.34 0.54
HSL 158.57º 0.92% 0.24% -
HSV(B) 158.57º 0.96% 0.46% -
XYZ 7.76 13.29 9.18 -
YUV 78.95 126.89 75.25 -
System Red Green Blue C M Y K H S L
Decimal 5 117 77 0.96 0 0.34 0.54 158.57 0.92 0.24
Hex 5 75 4D 60 0 22 36 9F 5C 18
Octal 5 165 115 140 0 42 66 237 134 30
Binary 101 1110101 1001101 1100000 0 100010 110110 10011111 1011100 11000

Color Harmonies of #05754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05754D

Black with #05754D

Text Example


Text Example

White with #05754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05754D; }

 p { color: rgb(5,117,77); }

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

background-color css

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

 a { background-color: rgb(5,117,77); }

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

border-color css

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

 span { border-color: rgb(5,117,77); }

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