Html Css Color HEX #08694F Watercourse

📋 copy color: '#08694F'

red 8 ◦ green 105 ◦ blue 79

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

Shades of Watercourse #08694F

Tints of Watercourse #08694F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.15%

R = 4.17%
G = 54.69%
B = 41.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#08694F (or 0x08694F) is known color: Watercourse. HEX triplet: 08, 69 and 4F. RGB value is (8,105,79). Sum of RGB (Red+Green+Blue) = 8+105+79=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #08694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08694F is #F796B0. Grayscale: #494949. Windows color (decimal): -16225969 or 5204232. OLE color: 5204232.

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

Color convert

RGB 8 105 79 -
CMYK 0.92 0 0.25 0.59
HSL 163.92º 0.86% 0.22% -
HSV(B) 163.92º 0.92% 0.41% -
XYZ 6.56 10.72 9.12 -
YUV 73.03 131.36 81.61 -
System Red Green Blue C M Y K H S L
Decimal 8 105 79 0.92 0 0.25 0.59 163.92 0.86 0.22
Hex 8 69 4F 5C 0 19 3B A4 56 16
Octal 10 151 117 134 0 31 73 244 126 26
Binary 1000 1101001 1001111 1011100 0 11001 111011 10100100 1010110 10110

Color Harmonies of #08694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08694F

Black with #08694F

Text Example


Text Example

White with #08694F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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