Html Css Color HEX #08694E Watercourse

📋 copy color: '#08694E'

red 8 ◦ green 105 ◦ blue 78

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

Shades of Watercourse #08694E

Tints of Watercourse #08694E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.84%

R = 4.19%
G = 54.97%
B = 40.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#08694E (or 0x08694E) is known color: Watercourse. HEX triplet: 08, 69 and 4E. RGB value is (8,105,78). Sum of RGB (Red+Green+Blue) = 8+105+78=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #08694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08694E is #F796B1. Grayscale: #484848. Windows color (decimal): -16225970 or 5138696. OLE color: 5138696.

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

Color convert

RGB 8 105 78 -
CMYK 0.92 0 0.26 0.59
HSL 163.3º 0.86% 0.22% -
HSV(B) 163.3º 0.92% 0.41% -
XYZ 6.53 10.7 8.93 -
YUV 72.92 130.86 81.7 -
System Red Green Blue C M Y K H S L
Decimal 8 105 78 0.92 0 0.26 0.59 163.3 0.86 0.22
Hex 8 69 4E 5C 0 1A 3B A3 56 16
Octal 10 151 116 134 0 32 73 243 126 26
Binary 1000 1101001 1001110 1011100 0 11010 111011 10100011 1010110 10110

Color Harmonies of #08694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08694E

Black with #08694E

Text Example


Text Example

White with #08694E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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