Html Css Color HEX #0C6856 Watercourse

📋 copy color: '#0C6856'

red 12 ◦ green 104 ◦ blue 86

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

Shades of Watercourse #0C6856

Tints of Watercourse #0C6856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.57%

R = 5.94%
G = 51.49%
B = 42.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#0C6856 (or 0x0C6856) is known color: Watercourse. HEX triplet: 0C, 68 and 56. RGB value is (12,104,86). Sum of RGB (Red+Green+Blue) = 12+104+86=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #0C6856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6856 is #F397A9. Grayscale: #4A4A4A. Windows color (decimal): -15964074 or 5662732. OLE color: 5662732.

HSL color Cylindrical-coordinate representation of color #0C6856: hue angle of 168.26º 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 #0C6856 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 104 86 -
CMYK 0.88 0 0.17 0.59
HSL 168.26º 0.79% 0.23% -
HSV(B) 168.26º 0.88% 0.41% -
XYZ 6.78 10.65 10.5 -
YUV 74.44 134.52 83.46 -
System Red Green Blue C M Y K H S L
Decimal 12 104 86 0.88 0 0.17 0.59 168.26 0.79 0.23
Hex C 68 56 58 0 11 3B A8 4F 17
Octal 14 150 126 130 0 21 73 250 117 27
Binary 1100 1101000 1010110 1011000 0 10001 111011 10101000 1001111 10111

Color Harmonies of #0C6856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6856

Black with #0C6856

Text Example


Text Example

White with #0C6856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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