Html Css Color HEX #067555 Watercourse

📋 copy color: '#067555'

red 6 ◦ green 117 ◦ blue 85

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

Shades of Watercourse #067555

Tints of Watercourse #067555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.25%

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

R = 2.88%
G = 56.25%
B = 40.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#067555 (or 0x067555) is known color: Watercourse. HEX triplet: 06, 75 and 55. RGB value is (6,117,85). Sum of RGB (Red+Green+Blue) = 6+117+85=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #067555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067555 is #F98AAA. Grayscale: #505050. Windows color (decimal): -16353963 or 5600518. OLE color: 5600518.

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

Color convert

RGB 6 117 85 -
CMYK 0.95 0 0.27 0.54
HSL 162.7º 0.9% 0.24% -
HSV(B) 162.7º 0.95% 0.46% -
XYZ 8.08 13.42 10.76 -
YUV 80.16 130.73 75.1 -
System Red Green Blue C M Y K H S L
Decimal 6 117 85 0.95 0 0.27 0.54 162.7 0.9 0.24
Hex 6 75 55 5F 0 1B 36 A3 5A 18
Octal 6 165 125 137 0 33 66 243 132 30
Binary 110 1110101 1010101 1011111 0 11011 110110 10100011 1011010 11000

Color Harmonies of #067555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067555

Black with #067555

Text Example


Text Example

White with #067555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067555; }

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

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

background-color css

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

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

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

border-color css

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

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

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