Html Css Color HEX #067045 Watercourse

📋 copy color: '#067045'

red 6 ◦ green 112 ◦ blue 69

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

Shades of Watercourse #067045

Tints of Watercourse #067045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 59.89%

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

R = 3.21%
G = 59.89%
B = 36.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#067045 (or 0x067045) is known color: Watercourse. HEX triplet: 06, 70 and 45. RGB value is (6,112,69). Sum of RGB (Red+Green+Blue) = 6+112+69=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #067045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067045 is #F98FBA. Grayscale: #4B4B4B. Windows color (decimal): -16355259 or 4550662. OLE color: 4550662.

HSL color Cylindrical-coordinate representation of color #067045: hue angle of 155.66º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067045 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 69 -
CMYK 0.95 0 0.38 0.56
HSL 155.66º 0.9% 0.23% -
HSV(B) 155.66º 0.95% 0.44% -
XYZ 6.94 12.06 7.59 -
YUV 75.4 124.38 78.5 -
System Red Green Blue C M Y K H S L
Decimal 6 112 69 0.95 0 0.38 0.56 155.66 0.9 0.23
Hex 6 70 45 5F 0 26 38 9C 5A 17
Octal 6 160 105 137 0 46 70 234 132 27
Binary 110 1110000 1000101 1011111 0 100110 111000 10011100 1011010 10111

Color Harmonies of #067045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067045

Black with #067045

Text Example


Text Example

White with #067045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067045; }

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

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

background-color css

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

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

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

border-color css

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

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

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