Html Css Color HEX #08604A Watercourse

📋 copy color: '#08604A'

red 8 ◦ green 96 ◦ blue 74

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

Shades of Watercourse #08604A

Tints of Watercourse #08604A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.57%

R = 4.49%
G = 53.93%
B = 41.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#08604A (or 0x08604A) is known color: Watercourse. HEX triplet: 08, 60 and 4A. RGB value is (8,96,74). Sum of RGB (Red+Green+Blue) = 8+96+74=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #08604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08604A is #F79FB5. Grayscale: #434343. Windows color (decimal): -16228278 or 4874248. OLE color: 4874248.

HSL color Cylindrical-coordinate representation of color #08604A: hue angle of 165º 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 #08604A is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 74 -
CMYK 0.92 0 0.23 0.62
HSL 165º 0.85% 0.2% -
HSV(B) 165º 0.92% 0.38% -
XYZ 5.52 8.91 7.91 -
YUV 67.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 8 96 74 0.92 0 0.23 0.62 165 0.85 0.2
Hex 8 60 4A 5C 0 17 3E A5 55 14
Octal 10 140 112 134 0 27 76 245 125 24
Binary 1000 1100000 1001010 1011100 0 10111 111110 10100101 1010101 10100

Color Harmonies of #08604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08604A

Black with #08604A

Text Example


Text Example

White with #08604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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