Html Css Color HEX #065D45 Watercourse

📋 copy color: '#065D45'

red 6 ◦ green 93 ◦ blue 69

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

Shades of Watercourse #065D45

Tints of Watercourse #065D45

RGB

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

 GREEN value IS 93 (36.72% from 255) = 55.36%

 BLUE value IS 69 (27.34% from 255) = 41.07%

R = 3.57%
G = 55.36%
B = 41.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#065D45 (or 0x065D45) is known color: Watercourse. HEX triplet: 06, 5D and 45. RGB value is (6,93,69). Sum of RGB (Red+Green+Blue) = 6+93+69=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #065D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065D45 is #F9A2BA. Grayscale: #404040. Windows color (decimal): -16360123 or 4545798. OLE color: 4545798.

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

Color convert

RGB 6 93 69 -
CMYK 0.94 0 0.26 0.64
HSL 163.45º 0.88% 0.19% -
HSV(B) 163.45º 0.94% 0.36% -
XYZ 5.06 8.3 6.96 -
YUV 64.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 6 93 69 0.94 0 0.26 0.64 163.45 0.88 0.19
Hex 6 5D 45 5E 0 1A 40 A3 58 13
Octal 6 135 105 136 0 32 100 243 130 23
Binary 110 1011101 1000101 1011110 0 11010 1000000 10100011 1011000 10011

Color Harmonies of #065D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065D45

Black with #065D45

Text Example


Text Example

White with #065D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,93,69); }

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

background-color css

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

 a { background-color: rgb(6,93,69); }

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

border-color css

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

 span { border-color: rgb(6,93,69); }

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