Html Css Color HEX #067755 Watercourse

📋 copy color: '#067755'

red 6 ◦ green 119 ◦ blue 85

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

Shades of Watercourse #067755

Tints of Watercourse #067755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.67%

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

R = 2.86%
G = 56.67%
B = 40.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#067755 (or 0x067755) is known color: Watercourse. HEX triplet: 06, 77 and 55. RGB value is (6,119,85). Sum of RGB (Red+Green+Blue) = 6+119+85=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #067755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067755 is #F988AA. Grayscale: #515151. Windows color (decimal): -16353451 or 5601030. OLE color: 5601030.

HSL color Cylindrical-coordinate representation of color #067755: hue angle of 161.95º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067755 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 119 85 -
CMYK 0.95 0 0.29 0.53
HSL 161.95º 0.9% 0.25% -
HSV(B) 161.95º 0.95% 0.47% -
XYZ 8.31 13.89 10.84 -
YUV 81.34 130.06 74.26 -
System Red Green Blue C M Y K H S L
Decimal 6 119 85 0.95 0 0.29 0.53 161.95 0.9 0.25
Hex 6 77 55 5F 0 1D 35 A2 5A 19
Octal 6 167 125 137 0 35 65 242 132 31
Binary 110 1110111 1010101 1011111 0 11101 110101 10100010 1011010 11001

Color Harmonies of #067755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067755

Black with #067755

Text Example


Text Example

White with #067755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067755; }

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

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

background-color css

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

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

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

border-color css

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

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

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