Html Css Color HEX #067256 Watercourse

📋 copy color: '#067256'

red 6 ◦ green 114 ◦ blue 86

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

Shades of Watercourse #067256

Tints of Watercourse #067256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.34%

 BLUE value IS 86 (33.98% from 255) = 41.75%

R = 2.91%
G = 55.34%
B = 41.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#067256 (or 0x067256) is known color: Watercourse. HEX triplet: 06, 72 and 56. RGB value is (6,114,86). Sum of RGB (Red+Green+Blue) = 6+114+86=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #067256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067256 is #F98DA9. Grayscale: #4E4E4E. Windows color (decimal): -16354730 or 5665286. OLE color: 5665286.

HSL color Cylindrical-coordinate representation of color #067256: hue angle of 164.44º 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 #067256 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 114 86 -
CMYK 0.95 0 0.25 0.55
HSL 164.44º 0.9% 0.24% -
HSV(B) 164.44º 0.95% 0.45% -
XYZ 7.77 12.75 10.85 -
YUV 78.52 132.22 76.28 -
System Red Green Blue C M Y K H S L
Decimal 6 114 86 0.95 0 0.25 0.55 164.44 0.9 0.24
Hex 6 72 56 5F 0 19 37 A4 5A 18
Octal 6 162 126 137 0 31 67 244 132 30
Binary 110 1110010 1010110 1011111 0 11001 110111 10100100 1011010 11000

Color Harmonies of #067256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067256

Black with #067256

Text Example


Text Example

White with #067256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067256; }

 p { color: rgb(6,114,86); }

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

background-color css

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

 a { background-color: rgb(6,114,86); }

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

border-color css

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

 span { border-color: rgb(6,114,86); }

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