Html Css Color HEX #05754E Watercourse

📋 copy color: '#05754E'

red 5 ◦ green 117 ◦ blue 78

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

Shades of Watercourse #05754E

Tints of Watercourse #05754E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 39%

R = 2.5%
G = 58.5%
B = 39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#05754E (or 0x05754E) is known color: Watercourse. HEX triplet: 05, 75 and 4E. RGB value is (5,117,78). Sum of RGB (Red+Green+Blue) = 5+117+78=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #05754E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05754E is #FA8AB1. Grayscale: #4F4F4F. Windows color (decimal): -16419506 or 5141765. OLE color: 5141765.

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

Color convert

RGB 5 117 78 -
CMYK 0.96 0 0.33 0.54
HSL 159.11º 0.92% 0.24% -
HSV(B) 159.11º 0.96% 0.46% -
XYZ 7.8 13.3 9.36 -
YUV 79.07 127.39 75.17 -
System Red Green Blue C M Y K H S L
Decimal 5 117 78 0.96 0 0.33 0.54 159.11 0.92 0.24
Hex 5 75 4E 60 0 21 36 9F 5C 18
Octal 5 165 116 140 0 41 66 237 134 30
Binary 101 1110101 1001110 1100000 0 100001 110110 10011111 1011100 11000

Color Harmonies of #05754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05754E

Black with #05754E

Text Example


Text Example

White with #05754E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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