Html Css Color HEX #08694A Watercourse

📋 copy color: '#08694A'

red 8 ◦ green 105 ◦ blue 74

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

Shades of Watercourse #08694A

Tints of Watercourse #08694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.15%

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

R = 4.28%
G = 56.15%
B = 39.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#08694A (or 0x08694A) is known color: Watercourse. HEX triplet: 08, 69 and 4A. RGB value is (8,105,74). Sum of RGB (Red+Green+Blue) = 8+105+74=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #08694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08694A is #F796B5. Grayscale: #484848. Windows color (decimal): -16225974 or 4876552. OLE color: 4876552.

HSL color Cylindrical-coordinate representation of color #08694A: hue angle of 160.82º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08694A is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 105 74 -
CMYK 0.92 0 0.30 0.59
HSL 160.82º 0.86% 0.22% -
HSV(B) 160.82º 0.92% 0.41% -
XYZ 6.39 10.65 8.2 -
YUV 72.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 8 105 74 0.92 0 0.30 0.59 160.82 0.86 0.22
Hex 8 69 4A 5C 0 1E 3B A1 56 16
Octal 10 151 112 134 0 36 73 241 126 26
Binary 1000 1101001 1001010 1011100 0 11110 111011 10100001 1010110 10110

Color Harmonies of #08694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08694A

Black with #08694A

Text Example


Text Example

White with #08694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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