Html Css Color HEX #0C684D Watercourse

📋 copy color: '#0C684D'

red 12 ◦ green 104 ◦ blue 77

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

Shades of Watercourse #0C684D

Tints of Watercourse #0C684D

RGB

 RED value IS 12 (5.08% from 255) = 6.22%

 GREEN value IS 104 (41.02% from 255) = 53.89%

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

R = 6.22%
G = 53.89%
B = 39.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#0C684D (or 0x0C684D) is known color: Watercourse. HEX triplet: 0C, 68 and 4D. RGB value is (12,104,77). Sum of RGB (Red+Green+Blue) = 12+104+77=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #0C684D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C684D is #F397B2. Grayscale: #494949. Windows color (decimal): -15964083 or 5072908. OLE color: 5072908.

HSL color Cylindrical-coordinate representation of color #0C684D: hue angle of 162.39º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C684D is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 104 77 -
CMYK 0.88 0 0.26 0.59
HSL 162.39º 0.79% 0.23% -
HSV(B) 162.39º 0.88% 0.41% -
XYZ 6.44 10.51 8.71 -
YUV 73.41 130.02 84.2 -
System Red Green Blue C M Y K H S L
Decimal 12 104 77 0.88 0 0.26 0.59 162.39 0.79 0.23
Hex C 68 4D 58 0 1A 3B A2 4F 17
Octal 14 150 115 130 0 32 73 242 117 27
Binary 1100 1101000 1001101 1011000 0 11010 111011 10100010 1001111 10111

Color Harmonies of #0C684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C684D

Black with #0C684D

Text Example


Text Example

White with #0C684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C684D; }

 p { color: rgb(12,104,77); }

 H1.HeaderClassName
 {
   color: #0C684D;
 }
 .AnyTagClassName
 {
   color: #0C684D;
 }
</style>

background-color css

<style>
 a { background-color: #0C684D; }

 a { background-color: rgb(12,104,77); }

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

border-color css

<style>
 span { border-color: #0C684D; }

 span { border-color: rgb(12,104,77); }

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