Html Css Color HEX #006852 Watercourse

📋 copy color: '#006852'

red 0 ◦ green 104 ◦ blue 82

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

Shades of Watercourse #006852

Tints of Watercourse #006852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.91%

 BLUE value IS 82 (32.42% from 255) = 44.09%

R = 0%
G = 55.91%
B = 44.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#006852 (or 0x006852) is known color: Watercourse. HEX triplet: 00, 68 and 52. RGB value is (0,104,82). Sum of RGB (Red+Green+Blue) = 0+104+82=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #006852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006852 is #FF97AD. Grayscale: #464646. Windows color (decimal): -16750510 or 5400576. OLE color: 5400576.

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

Color convert

RGB 0 104 82 -
CMYK 1 0 0.21 0.59
HSL 167.31º 1% 0.2% -
HSV(B) 167.31º 1% 0.41% -
XYZ 6.47 10.51 9.67 -
YUV 70.4 134.54 77.79 -
System Red Green Blue C M Y K H S L
Decimal 0 104 82 1 0 0.21 0.59 167.31 1 0.2
Hex 0 68 52 64 0 15 3B A7 64 14
Octal 0 150 122 144 0 25 73 247 144 24
Binary 0 1101000 1010010 1100100 0 10101 111011 10100111 1100100 10100

Color Harmonies of #006852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006852

Black with #006852

Text Example


Text Example

White with #006852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006852; }

 p { color: rgb(0,104,82); }

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

background-color css

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

 a { background-color: rgb(0,104,82); }

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

border-color css

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

 span { border-color: rgb(0,104,82); }

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