Html Css Color HEX #0C664C Watercourse

📋 copy color: '#0C664C'

red 12 ◦ green 102 ◦ blue 76

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

Shades of Watercourse #0C664C

Tints of Watercourse #0C664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.68%

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

R = 6.32%
G = 53.68%
B = 40%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#0C664C (or 0x0C664C) is known color: Watercourse. HEX triplet: 0C, 66 and 4C. RGB value is (12,102,76). Sum of RGB (Red+Green+Blue) = 12+102+76=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #0C664C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C664C is #F399B3. Grayscale: #484848. Windows color (decimal): -15964596 or 5006860. OLE color: 5006860.

HSL color Cylindrical-coordinate representation of color #0C664C: hue angle of 162.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C664C is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 12 102 76 -
CMYK 0.88 0 0.25 0.6
HSL 162.67º 0.79% 0.22% -
HSV(B) 162.67º 0.88% 0.4% -
XYZ 6.21 10.1 8.46 -
YUV 72.13 130.18 85.11 -
System Red Green Blue C M Y K H S L
Decimal 12 102 76 0.88 0 0.25 0.6 162.67 0.79 0.22
Hex C 66 4C 58 0 19 3C A3 4F 16
Octal 14 146 114 130 0 31 74 243 117 26
Binary 1100 1100110 1001100 1011000 0 11001 111100 10100011 1001111 10110

Color Harmonies of #0C664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C664C

Black with #0C664C

Text Example


Text Example

White with #0C664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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