Html Css Color HEX #006755 Watercourse

📋 copy color: '#006755'

red 0 ◦ green 103 ◦ blue 85

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

Shades of Watercourse #006755

Tints of Watercourse #006755

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 103 (40.63% from 255) = 54.79%

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

R = 0%
G = 54.79%
B = 45.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#006755 (or 0x006755) is known color: Watercourse. HEX triplet: 00, 67 and 55. RGB value is (0,103,85). Sum of RGB (Red+Green+Blue) = 0+103+85=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #006755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006755 is #FF98AA. Grayscale: #464646. Windows color (decimal): -16750763 or 5596928. OLE color: 5596928.

HSL color Cylindrical-coordinate representation of color #006755: hue angle of 169.51º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006755 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 103 85 -
CMYK 1 0 0.17 0.60
HSL 169.51º 1% 0.2% -
HSV(B) 169.51º 1% 0.4% -
XYZ 6.49 10.36 10.25 -
YUV 70.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 0 103 85 1 0 0.17 0.60 169.51 1 0.2
Hex 0 67 55 64 0 11 3C AA 64 14
Octal 0 147 125 144 0 21 74 252 144 24
Binary 0 1100111 1010101 1100100 0 10001 111100 10101010 1100100 10100

Color Harmonies of #006755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006755

Black with #006755

Text Example


Text Example

White with #006755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006755; }

 p { color: rgb(0,103,85); }

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

background-color css

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

 a { background-color: rgb(0,103,85); }

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

border-color css

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

 span { border-color: rgb(0,103,85); }

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