Html Css Color HEX #0C6C4C Watercourse

📋 copy color: '#0C6C4C'

red 12 ◦ green 108 ◦ blue 76

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

Shades of Watercourse #0C6C4C

Tints of Watercourse #0C6C4C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 55.1%

 BLUE value IS 76 (30.08% from 255) = 38.78%

R = 6.12%
G = 55.1%
B = 38.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#0C6C4C (or 0x0C6C4C) is known color: Watercourse. HEX triplet: 0C, 6C and 4C. RGB value is (12,108,76). Sum of RGB (Red+Green+Blue) = 12+108+76=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6C4C is #F393B3. Grayscale: #4B4B4B. Windows color (decimal): -15963060 or 5008396. OLE color: 5008396.

HSL color Cylindrical-coordinate representation of color #0C6C4C: hue angle of 160º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6C4C is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 108 76 -
CMYK 0.89 0 0.30 0.58
HSL 160º 0.8% 0.24% -
HSV(B) 160º 0.89% 0.42% -
XYZ 6.82 11.33 8.66 -
YUV 75.65 128.2 82.6 -
System Red Green Blue C M Y K H S L
Decimal 12 108 76 0.89 0 0.30 0.58 160 0.8 0.24
Hex C 6C 4C 59 0 1E 3A A0 50 18
Octal 14 154 114 131 0 36 72 240 120 30
Binary 1100 1101100 1001100 1011001 0 11110 111010 10100000 1010000 11000

Color Harmonies of #0C6C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C4C

Black with #0C6C4C

Text Example


Text Example

White with #0C6C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,108,76); }

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

background-color css

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

 a { background-color: rgb(12,108,76); }

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

border-color css

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

 span { border-color: rgb(12,108,76); }

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