Html Css Color HEX #065C4A Watercourse

📋 copy color: '#065C4A'

red 6 ◦ green 92 ◦ blue 74

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

Shades of Watercourse #065C4A

Tints of Watercourse #065C4A

RGB

 RED value IS 6 (2.73% from 255) = 3.49%

 GREEN value IS 92 (36.33% from 255) = 53.49%

 BLUE value IS 74 (29.3% from 255) = 43.02%

R = 3.49%
G = 53.49%
B = 43.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#065C4A (or 0x065C4A) is known color: Watercourse. HEX triplet: 06, 5C and 4A. RGB value is (6,92,74). Sum of RGB (Red+Green+Blue) = 6+92+74=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #065C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065C4A is #F9A3B5. Grayscale: #404040. Windows color (decimal): -16360374 or 4873222. OLE color: 4873222.

HSL color Cylindrical-coordinate representation of color #065C4A: hue angle of 167.44º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065C4A is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 92 74 -
CMYK 0.93 0 0.20 0.64
HSL 167.44º 0.88% 0.19% -
HSV(B) 167.44º 0.93% 0.36% -
XYZ 5.14 8.19 7.79 -
YUV 64.23 133.51 86.46 -
System Red Green Blue C M Y K H S L
Decimal 6 92 74 0.93 0 0.20 0.64 167.44 0.88 0.19
Hex 6 5C 4A 5D 0 14 40 A7 58 13
Octal 6 134 112 135 0 24 100 247 130 23
Binary 110 1011100 1001010 1011101 0 10100 1000000 10100111 1011000 10011

Color Harmonies of #065C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C4A

Black with #065C4A

Text Example


Text Example

White with #065C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065C4A; }

 p { color: rgb(6,92,74); }

 H1.HeaderClassName
 {
   color: #065C4A;
 }
 .AnyTagClassName
 {
   color: #065C4A;
 }
</style>

background-color css

<style>
 a { background-color: #065C4A; }

 a { background-color: rgb(6,92,74); }

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

border-color css

<style>
 span { border-color: #065C4A; }

 span { border-color: rgb(6,92,74); }

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