Html Css Color HEX #067355 Watercourse

📋 copy color: '#067355'

red 6 ◦ green 115 ◦ blue 85

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

Shades of Watercourse #067355

Tints of Watercourse #067355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.83%

 BLUE value IS 85 (33.59% from 255) = 41.26%

R = 2.91%
G = 55.83%
B = 41.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#067355 (or 0x067355) is known color: Watercourse. HEX triplet: 06, 73 and 55. RGB value is (6,115,85). Sum of RGB (Red+Green+Blue) = 6+115+85=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #067355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067355 is #F98CAA. Grayscale: #4E4E4E. Windows color (decimal): -16354475 or 5600006. OLE color: 5600006.

HSL color Cylindrical-coordinate representation of color #067355: hue angle of 163.49º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067355 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 115 85 -
CMYK 0.95 0 0.26 0.55
HSL 163.49º 0.9% 0.24% -
HSV(B) 163.49º 0.95% 0.45% -
XYZ 7.85 12.96 10.68 -
YUV 78.99 131.39 75.94 -
System Red Green Blue C M Y K H S L
Decimal 6 115 85 0.95 0 0.26 0.55 163.49 0.9 0.24
Hex 6 73 55 5F 0 1A 37 A3 5A 18
Octal 6 163 125 137 0 32 67 243 132 30
Binary 110 1110011 1010101 1011111 0 11010 110111 10100011 1011010 11000

Color Harmonies of #067355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067355

Black with #067355

Text Example


Text Example

White with #067355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067355; }

 p { color: rgb(6,115,85); }

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

background-color css

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

 a { background-color: rgb(6,115,85); }

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

border-color css

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

 span { border-color: rgb(6,115,85); }

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