Html Css Color HEX #08614D Watercourse

📋 copy color: '#08614D'

red 8 ◦ green 97 ◦ blue 77

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

Shades of Watercourse #08614D

Tints of Watercourse #08614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.3%

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

R = 4.4%
G = 53.3%
B = 42.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#08614D (or 0x08614D) is known color: Watercourse. HEX triplet: 08, 61 and 4D. RGB value is (8,97,77). Sum of RGB (Red+Green+Blue) = 8+97+77=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #08614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08614D is #F79EB2. Grayscale: #444444. Windows color (decimal): -16228019 or 5071112. OLE color: 5071112.

HSL color Cylindrical-coordinate representation of color #08614D: hue angle of 166.52º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08614D is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 97 77 -
CMYK 0.92 0 0.21 0.62
HSL 166.52º 0.85% 0.21% -
HSV(B) 166.52º 0.92% 0.38% -
XYZ 5.71 9.14 8.48 -
YUV 68.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 8 97 77 0.92 0 0.21 0.62 166.52 0.85 0.21
Hex 8 61 4D 5C 0 15 3E A7 55 15
Octal 10 141 115 134 0 25 76 247 125 25
Binary 1000 1100001 1001101 1011100 0 10101 111110 10100111 1010101 10101

Color Harmonies of #08614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08614D

Black with #08614D

Text Example


Text Example

White with #08614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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