Html Css Color HEX #08694D Watercourse

📋 copy color: '#08694D'

red 8 ◦ green 105 ◦ blue 77

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

Shades of Watercourse #08694D

Tints of Watercourse #08694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 40.53%

R = 4.21%
G = 55.26%
B = 40.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#08694D (or 0x08694D) is known color: Watercourse. HEX triplet: 08, 69 and 4D. RGB value is (8,105,77). Sum of RGB (Red+Green+Blue) = 8+105+77=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #08694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08694D is #F796B2. Grayscale: #484848. Windows color (decimal): -16225971 or 5073160. OLE color: 5073160.

HSL color Cylindrical-coordinate representation of color #08694D: hue angle of 162.68º 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 #08694D is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 105 77 -
CMYK 0.92 0 0.27 0.59
HSL 162.68º 0.86% 0.22% -
HSV(B) 162.68º 0.92% 0.41% -
XYZ 6.49 10.69 8.74 -
YUV 72.81 130.36 81.78 -
System Red Green Blue C M Y K H S L
Decimal 8 105 77 0.92 0 0.27 0.59 162.68 0.86 0.22
Hex 8 69 4D 5C 0 1B 3B A3 56 16
Octal 10 151 115 134 0 33 73 243 126 26
Binary 1000 1101001 1001101 1011100 0 11011 111011 10100011 1010110 10110

Color Harmonies of #08694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08694D

Black with #08694D

Text Example


Text Example

White with #08694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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