#006954

Color #006954 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #006954

Tints of Watercourse #006954

Color information

#006954 (or 0x006954) is unknown color: approx Watercourse. HEX triplet: 00, 69 and 54. RGB value is (0,105,84). Sum of RGB (Red+Green+Blue) = 0+105+84=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #006954 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006954 is #FF96AB. Grayscale: #474747. Windows color (decimal): -16750252 or 5531904. OLE color: 5531904.

HSL color Cylindrical-coordinate representation of color #006954: hue angle of 168º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006954 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB010584-
CMYK100.200.59
HSL168º100%20.59%-
HSV(B)168º100%41.18%-
XYZ6.6510.7410.11-
YUV71.21135.2177.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 105 (41.41% from 255) = 55.56%
BLUE value IS 84 (33.20% from 255) = 44.44%
R=0%
G=55.56%
B=44.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010584100.200.5916810020.59
Hex06954640143Ba86415
Octal01511241440247325014425
Binary011010011010100110010001010011101110101000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006954; }

 p { color: rgb(0,105,84); }

 H1.HeaderClassName
 {
   color: #006954;
 }
 .AnyTagClassName
 {
   color: #006954;
 }
</style>
background-color css

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

 a { background-color: rgb(0,105,84); }

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

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

 span { border-color: rgb(0,105,84); }

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