Html Css Color HEX #08614A Watercourse

📋 copy color: '#08614A'

red 8 ◦ green 97 ◦ blue 74

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

Shades of Watercourse #08614A

Tints of Watercourse #08614A

RGB

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

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

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

R = 4.47%
G = 54.19%
B = 41.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#08614A (or 0x08614A) is known color: Watercourse. HEX triplet: 08, 61 and 4A. RGB value is (8,97,74). Sum of RGB (Red+Green+Blue) = 8+97+74=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #08614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08614A is #F79EB5. Grayscale: #434343. Windows color (decimal): -16228022 or 4874504. OLE color: 4874504.

HSL color Cylindrical-coordinate representation of color #08614A: hue angle of 164.49º 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 #08614A is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 97 74 -
CMYK 0.92 0 0.24 0.62
HSL 164.49º 0.85% 0.21% -
HSV(B) 164.49º 0.92% 0.38% -
XYZ 5.61 9.1 7.94 -
YUV 67.77 131.51 85.37 -
System Red Green Blue C M Y K H S L
Decimal 8 97 74 0.92 0 0.24 0.62 164.49 0.85 0.21
Hex 8 61 4A 5C 0 18 3E A4 55 15
Octal 10 141 112 134 0 30 76 244 125 25
Binary 1000 1100001 1001010 1011100 0 11000 111110 10100100 1010101 10101

Color Harmonies of #08614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08614A

Black with #08614A

Text Example


Text Example

White with #08614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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