Html Css Color HEX #0C664E Watercourse

📋 copy color: '#0C664E'

red 12 ◦ green 102 ◦ blue 78

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

Shades of Watercourse #0C664E

Tints of Watercourse #0C664E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.63%

R = 6.25%
G = 53.13%
B = 40.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.6

RGB Variations

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

Color information

#0C664E (or 0x0C664E) is known color: Watercourse. HEX triplet: 0C, 66 and 4E. RGB value is (12,102,78). Sum of RGB (Red+Green+Blue) = 12+102+78=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #0C664E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C664E is #F399B1. Grayscale: #484848. Windows color (decimal): -15964594 or 5137932. OLE color: 5137932.

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

Color convert

RGB 12 102 78 -
CMYK 0.88 0 0.24 0.6
HSL 164º 0.79% 0.22% -
HSV(B) 164º 0.88% 0.4% -
XYZ 6.28 10.13 8.83 -
YUV 72.35 131.18 84.95 -
System Red Green Blue C M Y K H S L
Decimal 12 102 78 0.88 0 0.24 0.6 164 0.79 0.22
Hex C 66 4E 58 0 18 3C A4 4F 16
Octal 14 146 116 130 0 30 74 244 117 26
Binary 1100 1100110 1001110 1011000 0 11000 111100 10100100 1001111 10110

Color Harmonies of #0C664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C664E

Black with #0C664E

Text Example


Text Example

White with #0C664E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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