Html Css Color HEX #05674F Watercourse

📋 copy color: '#05674F'

red 5 ◦ green 103 ◦ blue 79

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

Shades of Watercourse #05674F

Tints of Watercourse #05674F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.08%

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

R = 2.67%
G = 55.08%
B = 42.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#05674F (or 0x05674F) is known color: Watercourse. HEX triplet: 05, 67 and 4F. RGB value is (5,103,79). Sum of RGB (Red+Green+Blue) = 5+103+79=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #05674F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05674F is #FA98B0. Grayscale: #464646. Windows color (decimal): -16423089 or 5203717. OLE color: 5203717.

HSL color Cylindrical-coordinate representation of color #05674F: hue angle of 165.31º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05674F is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 103 79 -
CMYK 0.95 0 0.23 0.60
HSL 165.31º 0.91% 0.21% -
HSV(B) 165.31º 0.95% 0.4% -
XYZ 6.32 10.3 9.05 -
YUV 70.96 132.53 80.95 -
System Red Green Blue C M Y K H S L
Decimal 5 103 79 0.95 0 0.23 0.60 165.31 0.91 0.21
Hex 5 67 4F 5F 0 17 3C A5 5B 15
Octal 5 147 117 137 0 27 74 245 133 25
Binary 101 1100111 1001111 1011111 0 10111 111100 10100101 1011011 10101

Color Harmonies of #05674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05674F

Black with #05674F

Text Example


Text Example

White with #05674F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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