Html Css Color HEX #08604C Watercourse

📋 copy color: '#08604C'

red 8 ◦ green 96 ◦ blue 76

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

Shades of Watercourse #08604C

Tints of Watercourse #08604C

RGB

 RED value IS 8 (3.52% from 255) = 4.44%

 GREEN value IS 96 (37.89% from 255) = 53.33%

 BLUE value IS 76 (30.08% from 255) = 42.22%

R = 4.44%
G = 53.33%
B = 42.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#08604C (or 0x08604C) is known color: Watercourse. HEX triplet: 08, 60 and 4C. RGB value is (8,96,76). Sum of RGB (Red+Green+Blue) = 8+96+76=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #08604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08604C is #F79FB3. Grayscale: #434343. Windows color (decimal): -16228276 or 5005320. OLE color: 5005320.

HSL color Cylindrical-coordinate representation of color #08604C: hue angle of 166.36º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08604C is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 76 -
CMYK 0.92 0 0.21 0.62
HSL 166.36º 0.85% 0.2% -
HSV(B) 166.36º 0.92% 0.38% -
XYZ 5.59 8.94 8.27 -
YUV 67.41 132.85 85.63 -
System Red Green Blue C M Y K H S L
Decimal 8 96 76 0.92 0 0.21 0.62 166.36 0.85 0.2
Hex 8 60 4C 5C 0 15 3E A6 55 14
Octal 10 140 114 134 0 25 76 246 125 24
Binary 1000 1100000 1001100 1011100 0 10101 111110 10100110 1010101 10100

Color Harmonies of #08604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08604C

Black with #08604C

Text Example


Text Example

White with #08604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08604C; }

 p { color: rgb(8,96,76); }

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

background-color css

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

 a { background-color: rgb(8,96,76); }

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

border-color css

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

 span { border-color: rgb(8,96,76); }

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