Html Css Color HEX #067655 Watercourse

📋 copy color: '#067655'

red 6 ◦ green 118 ◦ blue 85

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

Shades of Watercourse #067655

Tints of Watercourse #067655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 56.46%

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

R = 2.87%
G = 56.46%
B = 40.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#067655 (or 0x067655) is known color: Watercourse. HEX triplet: 06, 76 and 55. RGB value is (6,118,85). Sum of RGB (Red+Green+Blue) = 6+118+85=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #067655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067655 is #F989AA. Grayscale: #505050. Windows color (decimal): -16353707 or 5600774. OLE color: 5600774.

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

Color convert

RGB 6 118 85 -
CMYK 0.95 0 0.28 0.54
HSL 162.32º 0.9% 0.24% -
HSV(B) 162.32º 0.95% 0.46% -
XYZ 8.19 13.65 10.8 -
YUV 80.75 130.39 74.68 -
System Red Green Blue C M Y K H S L
Decimal 6 118 85 0.95 0 0.28 0.54 162.32 0.9 0.24
Hex 6 76 55 5F 0 1C 36 A2 5A 18
Octal 6 166 125 137 0 34 66 242 132 30
Binary 110 1110110 1010101 1011111 0 11100 110110 10100010 1011010 11000

Color Harmonies of #067655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067655

Black with #067655

Text Example


Text Example

White with #067655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067655; }

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

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

background-color css

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

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

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

border-color css

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

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

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