Html Css Color HEX #05754F Watercourse

📋 copy color: '#05754F'

red 5 ◦ green 117 ◦ blue 79

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

Shades of Watercourse #05754F

Tints of Watercourse #05754F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.3%

R = 2.49%
G = 58.21%
B = 39.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#05754F (or 0x05754F) is known color: Watercourse. HEX triplet: 05, 75 and 4F. RGB value is (5,117,79). Sum of RGB (Red+Green+Blue) = 5+117+79=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #05754F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05754F is #FA8AB0. Grayscale: #4F4F4F. Windows color (decimal): -16419505 or 5207301. OLE color: 5207301.

HSL color Cylindrical-coordinate representation of color #05754F: hue angle of 159.64º 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 #05754F is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 117 79 -
CMYK 0.96 0 0.32 0.54
HSL 159.64º 0.92% 0.24% -
HSV(B) 159.64º 0.96% 0.46% -
XYZ 7.84 13.32 9.56 -
YUV 79.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 5 117 79 0.96 0 0.32 0.54 159.64 0.92 0.24
Hex 5 75 4F 60 0 20 36 A0 5C 18
Octal 5 165 117 140 0 40 66 240 134 30
Binary 101 1110101 1001111 1100000 0 100000 110110 10100000 1011100 11000

Color Harmonies of #05754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05754F

Black with #05754F

Text Example


Text Example

White with #05754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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